Html Css Color HEX #F32934 Alizarin

📋 copy color: '#F32934'

red 243 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #F32934

Tints of Alizarin #F32934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 72.32%
G = 12.2%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F32934 (or 0xF32934) is known color: Alizarin. HEX triplet: F3, 29 and 34. RGB value is (243,41,52). Sum of RGB (Red+Green+Blue) = 243+41+52=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F32934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32934 is #0CD6CB. Grayscale: #666666. Windows color (decimal): -841420 or 3418611. OLE color: 3418611.

HSL color Cylindrical-coordinate representation of color #F32934: hue angle of 356.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32934 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 52 -
CMYK 0 0.83 0.79 0.05
HSL 356.73º 0.89% 0.56% -
HSV(B) 356.73º 0.83% 0.95% -
XYZ 38.37 20.89 5.26 -
YUV 102.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 243 41 52 0 0.83 0.79 0.05 356.73 0.89 0.56
Hex F3 29 34 0 53 4F 5 165 59 38
Octal 363 51 64 0 123 117 5 545 131 70
Binary 11110011 101001 110100 0 1010011 1001111 101 101100101 1011001 111000

Color Harmonies of #F32934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32934

Black with #F32934

Text Example


Text Example

White with #F32934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32934; }

 p { color: rgb(243,41,52); }

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

background-color css

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

 a { background-color: rgb(243,41,52); }

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

border-color css

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

 span { border-color: rgb(243,41,52); }

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