Html Css Color HEX #F32334 Alizarin

📋 copy color: '#F32334'

red 243 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #F32334

Tints of Alizarin #F32334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.61%

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

R = 73.64%
G = 10.61%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F32334 (or 0xF32334) is known color: Alizarin. HEX triplet: F3, 23 and 34. RGB value is (243,35,52). Sum of RGB (Red+Green+Blue) = 243+35+52=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F32334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32334 is #0CDCCB. Grayscale: #636363. Windows color (decimal): -842956 or 3417075. OLE color: 3417075.

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

Color convert

RGB 243 35 52 -
CMYK 0 0.86 0.79 0.05
HSL 355.1º 0.9% 0.55% -
HSV(B) 355.1º 0.86% 0.95% -
XYZ 38.18 20.5 5.19 -
YUV 99.13 101.41 230.62 -
System Red Green Blue C M Y K H S L
Decimal 243 35 52 0 0.86 0.79 0.05 355.1 0.9 0.55
Hex F3 23 34 0 56 4F 5 163 5A 37
Octal 363 43 64 0 126 117 5 543 132 67
Binary 11110011 100011 110100 0 1010110 1001111 101 101100011 1011010 110111

Color Harmonies of #F32334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32334

Black with #F32334

Text Example


Text Example

White with #F32334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32334; }

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

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

background-color css

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

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

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

border-color css

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

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

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