Html Css Color HEX #F32412 Scarlet

📋 copy color: '#F32412'

red 243 ◦ green 36 ◦ blue 18

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

Shades of Scarlet #F32412

Tints of Scarlet #F32412

RGB

 RED value IS 243 (95.31% from 255) = 81.82%

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

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

R = 81.82%
G = 12.12%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32412 (or 0xF32412) is known color: Scarlet. HEX triplet: F3, 24 and 12. RGB value is (243,36,18). Sum of RGB (Red+Green+Blue) = 243+36+18=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32412 is #0CDBED. Grayscale: #606060. Windows color (decimal): -842734 or 1189107. OLE color: 1189107.

HSL color Cylindrical-coordinate representation of color #F32412: hue angle of 4.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F32412 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 36 18 -
CMYK 0 0.85 0.93 0.05
HSL 4.8º 0.9% 0.51% -
HSV(B) 4.8º 0.93% 0.95% -
XYZ 37.7 20.36 2.52 -
YUV 95.84 84.08 232.96 -
System Red Green Blue C M Y K H S L
Decimal 243 36 18 0 0.85 0.93 0.05 4.8 0.9 0.51
Hex F3 24 12 0 55 5D 5 5 5A 33
Octal 363 44 22 0 125 135 5 5 132 63
Binary 11110011 100100 10010 0 1010101 1011101 101 101 1011010 110011

Color Harmonies of #F32412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32412

Black with #F32412

Text Example


Text Example

White with #F32412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32412; }

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

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

background-color css

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

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

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

border-color css

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

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

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