Html Css Color HEX #F31F28 Alizarin

📋 copy color: '#F31F28'

red 243 ◦ green 31 ◦ blue 40

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

Shades of Alizarin #F31F28

Tints of Alizarin #F31F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 77.39%
G = 9.87%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F31F28 (or 0xF31F28) is known color: Alizarin. HEX triplet: F3, 1F and 28. RGB value is (243,31,40). Sum of RGB (Red+Green+Blue) = 243+31+40=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F28 is #0CE0D7. Grayscale: #5F5F5F. Windows color (decimal): -843992 or 2629619. OLE color: 2629619.

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

Color convert

RGB 243 31 40 -
CMYK 0 0.87 0.84 0.05
HSL 357.45º 0.9% 0.54% -
HSV(B) 357.45º 0.87% 0.95% -
XYZ 37.84 20.19 3.91 -
YUV 95.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 243 31 40 0 0.87 0.84 0.05 357.45 0.9 0.54
Hex F3 1F 28 0 57 54 5 165 5A 36
Octal 363 37 50 0 127 124 5 545 132 66
Binary 11110011 11111 101000 0 1010111 1010100 101 101100101 1011010 110110

Color Harmonies of #F31F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F28

Black with #F31F28

Text Example


Text Example

White with #F31F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F28; }

 p { color: rgb(243,31,40); }

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

background-color css

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

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

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

border-color css

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

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

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