#FF0C35

Color #FF0C35 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FF0C35

Tints of Torch Red #FF0C35

Color information

#FF0C35 (or 0xFF0C35) is unknown color: approx Torch Red. HEX triplet: FF, 0C and 35. RGB value is (255,12,53). Sum of RGB (Red+Green+Blue) = 255+12+53=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C35 is #00F3CA. Grayscale: #595959. Windows color (decimal): -62411 or 3476735. OLE color: 3476735.

HSL color Cylindrical-coordinate representation of color #FF0C35: hue angle of 349.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C35 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.

Color convert

RGB2551253-
CMYK00.950.790
HSL349.88º100%52.35%-
HSV(B)349.88º95.29%100%-
XYZ42.0121.785.36-
YUV89.33107.51246.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 79.69%
GREEN value IS 12 (5.08% from 255) = 3.75%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=79.69%
G=3.75%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255125300.950.790349.8810052.35
HexFFC3505F4F015e6434
Octal37714650137117053614464
Binary11111111110011010101011111100111101010111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0C35; }

 p { color: rgb(255,12,53); }

 H1.HeaderClassName
 {
   color: #FF0C35;
 }
 .AnyTagClassName
 {
   color: #FF0C35;
 }
</style>
background-color css

<style>
 a { background-color: #FF0C35; }

 a { background-color: rgb(255,12,53); }

 div.DivClassName
 {
   background-color: #FF0C35;
 }
 .BgClassName
 {
   background-color: #FF0C35;
 }
</style>
border-color css

<style>
 span { border-color: #FF0C35; }

 span { border-color: rgb(255,12,53); }

 td.TdClassName
 {
   border-color: #FF0C35;
 }
 .TagClassName
 {
   border-color: #FF0C35;
 }
</style>