Html Css Color HEX #F32225 Alizarin

📋 copy color: '#F32225'

red 243 ◦ green 34 ◦ blue 37

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

Shades of Alizarin #F32225

Tints of Alizarin #F32225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 77.39%
G = 10.83%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F32225 (or 0xF32225) is known color: Alizarin. HEX triplet: F3, 22 and 25. RGB value is (243,34,37). Sum of RGB (Red+Green+Blue) = 243+34+37=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F32225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32225 is #0CDDDA. Grayscale: #616161. Windows color (decimal): -843227 or 2433779. OLE color: 2433779.

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

Color convert

RGB 243 34 37 -
CMYK 0 0.86 0.85 0.05
HSL 359.14º 0.9% 0.54% -
HSV(B) 359.14º 0.86% 0.95% -
XYZ 37.87 20.33 3.68 -
YUV 96.83 94.24 232.26 -
System Red Green Blue C M Y K H S L
Decimal 243 34 37 0 0.86 0.85 0.05 359.14 0.9 0.54
Hex F3 22 25 0 56 55 5 167 5A 36
Octal 363 42 45 0 126 125 5 547 132 66
Binary 11110011 100010 100101 0 1010110 1010101 101 101100111 1011010 110110

Color Harmonies of #F32225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32225

Black with #F32225

Text Example


Text Example

White with #F32225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32225; }

 p { color: rgb(243,34,37); }

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

background-color css

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

 a { background-color: rgb(243,34,37); }

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

border-color css

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

 span { border-color: rgb(243,34,37); }

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