Html Css Color HEX #F32213 Scarlet

📋 copy color: '#F32213'

red 243 ◦ green 34 ◦ blue 19

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

Shades of Scarlet #F32213

Tints of Scarlet #F32213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 82.09%
G = 11.49%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F32213 (or 0xF32213) is known color: Scarlet. HEX triplet: F3, 22 and 13. RGB value is (243,34,19). Sum of RGB (Red+Green+Blue) = 243+34+19=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F32213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32213 is #0CDDEC. Grayscale: #5F5F5F. Windows color (decimal): -843245 or 1254131. OLE color: 1254131.

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

Color convert

RGB 243 34 19 -
CMYK 0 0.86 0.92 0.05
HSL 4.02º 0.9% 0.51% -
HSV(B) 4.02º 0.92% 0.95% -
XYZ 37.65 20.25 2.54 -
YUV 94.78 85.24 233.72 -
System Red Green Blue C M Y K H S L
Decimal 243 34 19 0 0.86 0.92 0.05 4.02 0.9 0.51
Hex F3 22 13 0 56 5C 5 4 5A 33
Octal 363 42 23 0 126 134 5 4 132 63
Binary 11110011 100010 10011 0 1010110 1011100 101 100 1011010 110011

Color Harmonies of #F32213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32213

Black with #F32213

Text Example


Text Example

White with #F32213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32213; }

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

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

background-color css

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

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

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

border-color css

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

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

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