Html Css Color HEX #F31F3A Alizarin

📋 copy color: '#F31F3A'

red 243 ◦ green 31 ◦ blue 58

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

Shades of Alizarin #F31F3A

Tints of Alizarin #F31F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 73.19%
G = 9.34%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F31F3A (or 0xF31F3A) is known color: Alizarin. HEX triplet: F3, 1F and 3A. RGB value is (243,31,58). Sum of RGB (Red+Green+Blue) = 243+31+58=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F3A is #0CE0C5. Grayscale: #616161. Windows color (decimal): -843974 or 3809267. OLE color: 3809267.

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

Color convert

RGB 243 31 58 -
CMYK 0 0.87 0.76 0.05
HSL 352.36º 0.9% 0.54% -
HSV(B) 352.36º 0.87% 0.95% -
XYZ 38.22 20.34 5.91 -
YUV 97.47 105.74 231.8 -
System Red Green Blue C M Y K H S L
Decimal 243 31 58 0 0.87 0.76 0.05 352.36 0.9 0.54
Hex F3 1F 3A 0 57 4C 5 160 5A 36
Octal 363 37 72 0 127 114 5 540 132 66
Binary 11110011 11111 111010 0 1010111 1001100 101 101100000 1011010 110110

Color Harmonies of #F31F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F3A

Black with #F31F3A

Text Example


Text Example

White with #F31F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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