Html Css Color HEX #F52233 Alizarin

📋 copy color: '#F52233'

red 245 ◦ green 34 ◦ blue 51

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

Shades of Alizarin #F52233

Tints of Alizarin #F52233

RGB

 RED value IS 245 (96.09% from 255) = 74.24%

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

 BLUE value IS 51 (20.31% from 255) = 15.45%

R = 74.24%
G = 10.3%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F52233 (or 0xF52233) is known color: Alizarin. HEX triplet: F5, 22 and 33. RGB value is (245,34,51). Sum of RGB (Red+Green+Blue) = 245+34+51=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F52233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52233 is #0ADDCC. Grayscale: #636363. Windows color (decimal): -712141 or 3351285. OLE color: 3351285.

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

Color convert

RGB 245 34 51 -
CMYK 0 0.86 0.79 0.04
HSL 355.17º 0.91% 0.55% -
HSV(B) 355.17º 0.86% 0.96% -
XYZ 38.83 20.8 5.1 -
YUV 99.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 245 34 51 0 0.86 0.79 0.04 355.17 0.91 0.55
Hex F5 22 33 0 56 4F 4 163 5B 37
Octal 365 42 63 0 126 117 4 543 133 67
Binary 11110101 100010 110011 0 1010110 1001111 100 101100011 1011011 110111

Color Harmonies of #F52233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52233

Black with #F52233

Text Example


Text Example

White with #F52233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52233; }

 p { color: rgb(245,34,51); }

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

background-color css

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

 a { background-color: rgb(245,34,51); }

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

border-color css

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

 span { border-color: rgb(245,34,51); }

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