Html Css Color HEX #FF040C Torch Red

📋 copy color: '#FF040C'

red 255 ◦ green 4 ◦ blue 12

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

Shades of Torch Red #FF040C

Tints of Torch Red #FF040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 94.1%
G = 1.48%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF040C (or 0xFF040C) is known color: Torch Red. HEX triplet: FF, 04 and 0C. RGB value is (255,4,12). Sum of RGB (Red+Green+Blue) = 255+4+12=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF040C is #00FBF3. Grayscale: #505050. Windows color (decimal): -64500 or 787711. OLE color: 787711.

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

Color convert

RGB 255 4 12 -
CMYK 0 0.98 0.95 0
HSL 358.09º 1% 0.51% -
HSV(B) 358.09º 0.98% 1% -
XYZ 41.35 21.37 2.29 -
YUV 79.96 89.66 252.85 -
System Red Green Blue C M Y K H S L
Decimal 255 4 12 0 0.98 0.95 0 358.09 1 0.51
Hex FF 4 C 0 62 5F 0 166 64 33
Octal 377 4 14 0 142 137 0 546 144 63
Binary 11111111 100 1100 0 1100010 1011111 0 101100110 1100100 110011

Color Harmonies of #FF040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF040C

Black with #FF040C

Text Example


Text Example

White with #FF040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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