Html Css Color HEX #FF0612 Torch Red

📋 copy color: '#FF0612'

red 255 ◦ green 6 ◦ blue 18

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

Shades of Torch Red #FF0612

Tints of Torch Red #FF0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

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

R = 91.4%
G = 2.15%
B = 6.45%

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

#FF0612 (or 0xFF0612) is known color: Torch Red. HEX triplet: FF, 06 and 12. RGB value is (255,6,18). Sum of RGB (Red+Green+Blue) = 255+6+18=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0612 is #00F9ED. Grayscale: #525252. Windows color (decimal): -63982 or 1181439. OLE color: 1181439.

HSL color Cylindrical-coordinate representation of color #FF0612: hue angle of 357.11º 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 #FF0612 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 6 18 -
CMYK 0 0.98 0.93 0
HSL 357.11º 1% 0.51% -
HSV(B) 357.11º 0.98% 1% -
XYZ 41.41 21.43 2.53 -
YUV 81.82 91.99 251.52 -
System Red Green Blue C M Y K H S L
Decimal 255 6 18 0 0.98 0.93 0 357.11 1 0.51
Hex FF 6 12 0 62 5D 0 165 64 33
Octal 377 6 22 0 142 135 0 545 144 63
Binary 11111111 110 10010 0 1100010 1011101 0 101100101 1100100 110011

Color Harmonies of #FF0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0612

Black with #FF0612

Text Example


Text Example

White with #FF0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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