Html Css Color HEX #F32011 Scarlet

📋 copy color: '#F32011'

red 243 ◦ green 32 ◦ blue 17

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

Shades of Scarlet #F32011

Tints of Scarlet #F32011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 83.22%
G = 10.96%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32011 (or 0xF32011) is known color: Scarlet. HEX triplet: F3, 20 and 11. RGB value is (243,32,17). Sum of RGB (Red+Green+Blue) = 243+32+17=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F32011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32011 is #0CDFEE. Grayscale: #5D5D5D. Windows color (decimal): -843759 or 1122547. OLE color: 1122547.

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

Color convert

RGB 243 32 17 -
CMYK 0 0.87 0.93 0.05
HSL 3.98º 0.9% 0.51% -
HSV(B) 3.98º 0.93% 0.95% -
XYZ 37.58 20.13 2.43 -
YUV 93.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 243 32 17 0 0.87 0.93 0.05 3.98 0.9 0.51
Hex F3 20 11 0 57 5D 5 4 5A 33
Octal 363 40 21 0 127 135 5 4 132 63
Binary 11110011 100000 10001 0 1010111 1011101 101 100 1011010 110011

Color Harmonies of #F32011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32011

Black with #F32011

Text Example


Text Example

White with #F32011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32011; }

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

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

background-color css

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

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

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

border-color css

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

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

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