Html Css Color HEX #F31E2D Alizarin

📋 copy color: '#F31E2D'

red 243 ◦ green 30 ◦ blue 45

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

Shades of Alizarin #F31E2D

Tints of Alizarin #F31E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.43%

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 76.42%
G = 9.43%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F31E2D (or 0xF31E2D) is known color: Alizarin. HEX triplet: F3, 1E and 2D. RGB value is (243,30,45). Sum of RGB (Red+Green+Blue) = 243+30+45=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E2D is #0CE1D2. Grayscale: #5F5F5F. Windows color (decimal): -844243 or 2957043. OLE color: 2957043.

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

Color convert

RGB 243 30 45 -
CMYK 0 0.88 0.81 0.05
HSL 355.77º 0.9% 0.54% -
HSV(B) 355.77º 0.88% 0.95% -
XYZ 37.9 20.17 4.38 -
YUV 95.4 99.57 233.28 -
System Red Green Blue C M Y K H S L
Decimal 243 30 45 0 0.88 0.81 0.05 355.77 0.9 0.54
Hex F3 1E 2D 0 58 51 5 164 5A 36
Octal 363 36 55 0 130 121 5 544 132 66
Binary 11110011 11110 101101 0 1011000 1010001 101 101100100 1011010 110110

Color Harmonies of #F31E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E2D

Black with #F31E2D

Text Example


Text Example

White with #F31E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E2D; }

 p { color: rgb(243,30,45); }

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

background-color css

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

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

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

border-color css

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

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

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