Html Css Color HEX #F31C20 Alizarin

📋 copy color: '#F31C20'

red 243 ◦ green 28 ◦ blue 32

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

Shades of Alizarin #F31C20

Tints of Alizarin #F31C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

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

R = 80.2%
G = 9.24%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F31C20 (or 0xF31C20) is known color: Alizarin. HEX triplet: F3, 1C and 20. RGB value is (243,28,32). Sum of RGB (Red+Green+Blue) = 243+28+32=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C20 is #0CE3DF. Grayscale: #5C5C5C. Windows color (decimal): -844768 or 2104563. OLE color: 2104563.

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

Color convert

RGB 243 28 32 -
CMYK 0 0.88 0.87 0.05
HSL 358.88º 0.9% 0.53% -
HSV(B) 358.88º 0.88% 0.95% -
XYZ 37.64 19.99 3.24 -
YUV 92.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 243 28 32 0 0.88 0.87 0.05 358.88 0.9 0.53
Hex F3 1C 20 0 58 57 5 167 5A 35
Octal 363 34 40 0 130 127 5 547 132 65
Binary 11110011 11100 100000 0 1011000 1010111 101 101100111 1011010 110101

Color Harmonies of #F31C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C20

Black with #F31C20

Text Example


Text Example

White with #F31C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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