Html Css Color HEX #F32121 Scarlet

📋 copy color: '#F32121'

red 243 ◦ green 33 ◦ blue 33

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

Shades of Scarlet #F32121

Tints of Scarlet #F32121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 78.64%
G = 10.68%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F32121 (or 0xF32121) is known color: Scarlet. HEX triplet: F3, 21 and 21. RGB value is (243,33,33). Sum of RGB (Red+Green+Blue) = 243+33+33=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F32121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32121 is #0CDEDE. Grayscale: #5F5F5F. Windows color (decimal): -843487 or 2171379. OLE color: 2171379.

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

Color convert

RGB 243 33 33 -
CMYK 0 0.86 0.86 0.05
HSL 0.9% 0.54% -
HSV(B) 0.86% 0.95% -
XYZ 37.78 20.25 3.36 -
YUV 95.79 92.57 233 -
System Red Green Blue C M Y K H S L
Decimal 243 33 33 0 0.86 0.86 0.05 0 0.9 0.54
Hex F3 21 21 0 56 56 5 0 5A 36
Octal 363 41 41 0 126 126 5 0 132 66
Binary 11110011 100001 100001 0 1010110 1010110 101 0 1011010 110110

Color Harmonies of #F32121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32121

Black with #F32121

Text Example


Text Example

White with #F32121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32121; }

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

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

background-color css

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

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

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

border-color css

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

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

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