Html Css Color HEX #FF2412 Scarlet

📋 copy color: '#FF2412'

red 255 ◦ green 36 ◦ blue 18

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

Shades of Scarlet #FF2412

Tints of Scarlet #FF2412

RGB

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

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

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

R = 82.52%
G = 11.65%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2412 (or 0xFF2412) is known color: Scarlet. HEX triplet: FF, 24 and 12. RGB value is (255,36,18). Sum of RGB (Red+Green+Blue) = 255+36+18=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2412 is #00DBED. Grayscale: #636363. Windows color (decimal): -56302 or 1189119. OLE color: 1189119.

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

Color convert

RGB 255 36 18 -
CMYK 0 0.86 0.93 0
HSL 4.56º 1% 0.54% -
HSV(B) 4.56º 0.93% 1% -
XYZ 41.98 22.57 2.72 -
YUV 99.43 82.05 238.96 -
System Red Green Blue C M Y K H S L
Decimal 255 36 18 0 0.86 0.93 0 4.56 1 0.54
Hex FF 24 12 0 56 5D 0 5 64 36
Octal 377 44 22 0 126 135 0 5 144 66
Binary 11111111 100100 10010 0 1010110 1011101 0 101 1100100 110110

Color Harmonies of #FF2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2412

Black with #FF2412

Text Example


Text Example

White with #FF2412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2412; }

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

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

background-color css

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

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

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

border-color css

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

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

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