Html Css Color HEX #FF2428 Torch Red

📋 copy color: '#FF2428'

red 255 ◦ green 36 ◦ blue 40

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

Shades of Torch Red #FF2428

Tints of Torch Red #FF2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 77.04%
G = 10.88%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF2428 (or 0xFF2428) is known color: Torch Red. HEX triplet: FF, 24 and 28. RGB value is (255,36,40). Sum of RGB (Red+Green+Blue) = 255+36+40=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2428 is #00DBD7. Grayscale: #666666. Windows color (decimal): -56280 or 2630911. OLE color: 2630911.

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

Color convert

RGB 255 36 40 -
CMYK 0 0.86 0.84 0
HSL 358.9º 1% 0.57% -
HSV(B) 358.9º 0.86% 1% -
XYZ 42.25 22.67 4.16 -
YUV 101.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 255 36 40 0 0.86 0.84 0 358.9 1 0.57
Hex FF 24 28 0 56 54 0 167 64 39
Octal 377 44 50 0 126 124 0 547 144 71
Binary 11111111 100100 101000 0 1010110 1010100 0 101100111 1100100 111001

Color Harmonies of #FF2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2428

Black with #FF2428

Text Example


Text Example

White with #FF2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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