Html Css Color HEX #F32210 Scarlet

📋 copy color: '#F32210'

red 243 ◦ green 34 ◦ blue 16

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

Shades of Scarlet #F32210

Tints of Scarlet #F32210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 82.94%
G = 11.6%
B = 5.46%

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

#F32210 (or 0xF32210) is known color: Scarlet. HEX triplet: F3, 22 and 10. RGB value is (243,34,16). Sum of RGB (Red+Green+Blue) = 243+34+16=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F32210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32210 is #0CDDEF. Grayscale: #5E5E5E. Windows color (decimal): -843248 or 1057523. OLE color: 1057523.

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

Color convert

RGB 243 34 16 -
CMYK 0 0.86 0.93 0.05
HSL 4.76º 0.9% 0.51% -
HSV(B) 4.76º 0.93% 0.95% -
XYZ 37.63 20.24 2.41 -
YUV 94.44 83.74 233.96 -
System Red Green Blue C M Y K H S L
Decimal 243 34 16 0 0.86 0.93 0.05 4.76 0.9 0.51
Hex F3 22 10 0 56 5D 5 5 5A 33
Octal 363 42 20 0 126 135 5 5 132 63
Binary 11110011 100010 10000 0 1010110 1011101 101 101 1011010 110011

Color Harmonies of #F32210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32210

Black with #F32210

Text Example


Text Example

White with #F32210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32210; }

 p { color: rgb(243,34,16); }

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

background-color css

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

 a { background-color: rgb(243,34,16); }

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

border-color css

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

 span { border-color: rgb(243,34,16); }

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