Html Css Color HEX #F32112 Scarlet

📋 copy color: '#F32112'

red 243 ◦ green 33 ◦ blue 18

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

Shades of Scarlet #F32112

Tints of Scarlet #F32112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 82.65%
G = 11.22%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32112 (or 0xF32112) is known color: Scarlet. HEX triplet: F3, 21 and 12. RGB value is (243,33,18). Sum of RGB (Red+Green+Blue) = 243+33+18=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F32112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32112 is #0CDEED. Grayscale: #5E5E5E. Windows color (decimal): -843502 or 1188339. OLE color: 1188339.

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

Color convert

RGB 243 33 18 -
CMYK 0 0.86 0.93 0.05
HSL 0.9% 0.51% -
HSV(B) 0.93% 0.95% -
XYZ 37.62 20.19 2.49 -
YUV 94.08 85.07 234.22 -
System Red Green Blue C M Y K H S L
Decimal 243 33 18 0 0.86 0.93 0.05 4 0.9 0.51
Hex F3 21 12 0 56 5D 5 4 5A 33
Octal 363 41 22 0 126 135 5 4 132 63
Binary 11110011 100001 10010 0 1010110 1011101 101 100 1011010 110011

Color Harmonies of #F32112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32112

Black with #F32112

Text Example


Text Example

White with #F32112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32112; }

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

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

background-color css

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

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

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

border-color css

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

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

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