Html Css Color HEX #F31D1F Alizarin

📋 copy color: '#F31D1F'

red 243 ◦ green 29 ◦ blue 31

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

Shades of Alizarin #F31D1F

Tints of Alizarin #F31D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.57%

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 80.2%
G = 9.57%
B = 10.23%

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

#F31D1F (or 0xF31D1F) is known color: Alizarin. HEX triplet: F3, 1D and 1F. RGB value is (243,29,31). Sum of RGB (Red+Green+Blue) = 243+29+31=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31D1F is #0CE2E0. Grayscale: #5D5D5D. Windows color (decimal): -844513 or 2039283. OLE color: 2039283.

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

Color convert

RGB 243 29 31 -
CMYK 0 0.88 0.87 0.05
HSL 359.44º 0.9% 0.53% -
HSV(B) 359.44º 0.88% 0.95% -
XYZ 37.65 20.03 3.18 -
YUV 93.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 243 29 31 0 0.88 0.87 0.05 359.44 0.9 0.53
Hex F3 1D 1F 0 58 57 5 167 5A 35
Octal 363 35 37 0 130 127 5 547 132 65
Binary 11110011 11101 11111 0 1011000 1010111 101 101100111 1011010 110101

Color Harmonies of #F31D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31D1F

Black with #F31D1F

Text Example


Text Example

White with #F31D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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