Html Css Color HEX #FF0412 Torch Red

📋 copy color: '#FF0412'

red 255 ◦ green 4 ◦ blue 18

#FF0412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FF0412

Tints of Torch Red #FF0412

RGB

 RED value IS 255 (100% from 255) = 92.06%

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 92.06%
G = 1.44%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0412 (or 0xFF0412) is known color: Torch Red. HEX triplet: FF, 04 and 12. RGB value is (255,4,18). Sum of RGB (Red+Green+Blue) = 255+4+18=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0412 is #00FBED. Grayscale: #505050. Windows color (decimal): -64494 or 1180927. OLE color: 1180927.

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

Color convert

RGB 255 4 18 -
CMYK 0 0.98 0.93 0
HSL 356.65º 1% 0.51% -
HSV(B) 356.65º 0.98% 1% -
XYZ 41.39 21.39 2.52 -
YUV 80.65 92.66 252.36 -
System Red Green Blue C M Y K H S L
Decimal 255 4 18 0 0.98 0.93 0 356.65 1 0.51
Hex FF 4 12 0 62 5D 0 165 64 33
Octal 377 4 22 0 142 135 0 545 144 63
Binary 11111111 100 10010 0 1100010 1011101 0 101100101 1100100 110011

Color Harmonies of #FF0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0412

Black with #FF0412

Text Example


Text Example

White with #FF0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0412; }

 p { color: rgb(255,4,18); }

 H1.HeaderClassName
 {
   color: #FF0412;
 }
 .AnyTagClassName
 {
   color: #FF0412;
 }
</style>

background-color css

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

 a { background-color: rgb(255,4,18); }

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

border-color css

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

 span { border-color: rgb(255,4,18); }

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