Html Css Color HEX #FF0424 Torch Red

📋 copy color: '#FF0424'

red 255 ◦ green 4 ◦ blue 36

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

Shades of Torch Red #FF0424

Tints of Torch Red #FF0424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 86.44%
G = 1.36%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF0424 (or 0xFF0424) is known color: Torch Red. HEX triplet: FF, 04 and 24. RGB value is (255,4,36). Sum of RGB (Red+Green+Blue) = 255+4+36=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0424 is #00FBDB. Grayscale: #525252. Windows color (decimal): -64476 or 2360575. OLE color: 2360575.

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

Color convert

RGB 255 4 36 -
CMYK 0 0.98 0.86 0
HSL 352.35º 1% 0.51% -
HSV(B) 352.35º 0.98% 1% -
XYZ 41.6 21.47 3.62 -
YUV 82.7 101.66 250.9 -
System Red Green Blue C M Y K H S L
Decimal 255 4 36 0 0.98 0.86 0 352.35 1 0.51
Hex FF 4 24 0 62 56 0 160 64 33
Octal 377 4 44 0 142 126 0 540 144 63
Binary 11111111 100 100100 0 1100010 1010110 0 101100000 1100100 110011

Color Harmonies of #FF0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0424

Black with #FF0424

Text Example


Text Example

White with #FF0424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0424; }

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

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

background-color css

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

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

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

border-color css

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

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

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