Html Css Color HEX #F32120 Scarlet

📋 copy color: '#F32120'

red 243 ◦ green 33 ◦ blue 32

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

Shades of Scarlet #F32120

Tints of Scarlet #F32120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 78.9%
G = 10.71%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F32120 (or 0xF32120) is known color: Scarlet. HEX triplet: F3, 21 and 20. RGB value is (243,33,32). Sum of RGB (Red+Green+Blue) = 243+33+32=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F32120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32120 is #0CDEDF. Grayscale: #5F5F5F. Windows color (decimal): -843488 or 2105843. OLE color: 2105843.

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

Color convert

RGB 243 33 32 -
CMYK 0 0.86 0.87 0.05
HSL 0.28º 0.9% 0.54% -
HSV(B) 0.28º 0.87% 0.95% -
XYZ 37.77 20.25 3.28 -
YUV 95.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 243 33 32 0 0.86 0.87 0.05 0.28 0.9 0.54
Hex F3 21 20 0 56 57 5 0 5A 36
Octal 363 41 40 0 126 127 5 0 132 66
Binary 11110011 100001 100000 0 1010110 1010111 101 0 1011010 110110

Color Harmonies of #F32120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32120

Black with #F32120

Text Example


Text Example

White with #F32120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32120; }

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

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

background-color css

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

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

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

border-color css

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

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

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