Html Css Color HEX #FE0612 Torch Red

📋 copy color: '#FE0612'

red 254 ◦ green 6 ◦ blue 18

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

Shades of Torch Red #FE0612

Tints of Torch Red #FE0612

RGB

 RED value IS 254 (99.61% from 255) = 91.37%

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

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

R = 91.37%
G = 2.16%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0612 (or 0xFE0612) is known color: Torch Red. HEX triplet: FE, 06 and 12. RGB value is (254,6,18). Sum of RGB (Red+Green+Blue) = 254+6+18=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0612 is #01F9ED. Grayscale: #515151. Windows color (decimal): -129518 or 1181438. OLE color: 1181438.

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

Color convert

RGB 254 6 18 -
CMYK 0 0.98 0.93 0.00
HSL 357.1º 0.99% 0.51% -
HSV(B) 357.1º 0.98% 1% -
XYZ 41.05 21.24 2.51 -
YUV 81.52 92.16 251.02 -
System Red Green Blue C M Y K H S L
Decimal 254 6 18 0 0.98 0.93 0.00 357.1 0.99 0.51
Hex FE 6 12 0 62 5D 0 165 63 33
Octal 376 6 22 0 142 135 0 545 143 63
Binary 11111110 110 10010 0 1100010 1011101 0 101100101 1100011 110011

Color Harmonies of #FE0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0612

Black with #FE0612

Text Example


Text Example

White with #FE0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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