Html Css Color HEX #F31E3E Alizarin

📋 copy color: '#F31E3E'

red 243 ◦ green 30 ◦ blue 62

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

Shades of Alizarin #F31E3E

Tints of Alizarin #F31E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 72.54%
G = 8.96%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F31E3E (or 0xF31E3E) is known color: Alizarin. HEX triplet: F3, 1E and 3E. RGB value is (243,30,62). Sum of RGB (Red+Green+Blue) = 243+30+62=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E3E is #0CE1C1. Grayscale: #616161. Windows color (decimal): -844226 or 4071155. OLE color: 4071155.

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

Color convert

RGB 243 30 62 -
CMYK 0 0.88 0.74 0.05
HSL 350.99º 0.9% 0.54% -
HSV(B) 350.99º 0.88% 0.95% -
XYZ 38.3 20.33 6.46 -
YUV 97.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 243 30 62 0 0.88 0.74 0.05 350.99 0.9 0.54
Hex F3 1E 3E 0 58 4A 5 15F 5A 36
Octal 363 36 76 0 130 112 5 537 132 66
Binary 11110011 11110 111110 0 1011000 1001010 101 101011111 1011010 110110

Color Harmonies of #F31E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E3E

Black with #F31E3E

Text Example


Text Example

White with #F31E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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