Html Css Color HEX #F32111 Scarlet

📋 copy color: '#F32111'

red 243 ◦ green 33 ◦ blue 17

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

Shades of Scarlet #F32111

Tints of Scarlet #F32111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 82.94%
G = 11.26%
B = 5.8%

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

#F32111 (or 0xF32111) is known color: Scarlet. HEX triplet: F3, 21 and 11. RGB value is (243,33,17). Sum of RGB (Red+Green+Blue) = 243+33+17=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F32111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32111 is #0CDEEE. Grayscale: #5E5E5E. Windows color (decimal): -843503 or 1122803. OLE color: 1122803.

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

Color convert

RGB 243 33 17 -
CMYK 0 0.86 0.93 0.05
HSL 4.25º 0.9% 0.51% -
HSV(B) 4.25º 0.93% 0.95% -
XYZ 37.61 20.18 2.44 -
YUV 93.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 243 33 17 0 0.86 0.93 0.05 4.25 0.9 0.51
Hex F3 21 11 0 56 5D 5 4 5A 33
Octal 363 41 21 0 126 135 5 4 132 63
Binary 11110011 100001 10001 0 1010110 1011101 101 100 1011010 110011

Color Harmonies of #F32111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32111

Black with #F32111

Text Example


Text Example

White with #F32111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32111; }

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

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

background-color css

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

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

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

border-color css

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

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

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