Html Css Color HEX #F22533 Alizarin

📋 copy color: '#F22533'

red 242 ◦ green 37 ◦ blue 51

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

Shades of Alizarin #F22533

Tints of Alizarin #F22533

RGB

 RED value IS 242 (94.92% from 255) = 73.33%

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 73.33%
G = 11.21%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F22533 (or 0xF22533) is known color: Alizarin. HEX triplet: F2, 25 and 33. RGB value is (242,37,51). Sum of RGB (Red+Green+Blue) = 242+37+51=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F22533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22533 is #0DDACC. Grayscale: #646464. Windows color (decimal): -907981 or 3352050. OLE color: 3352050.

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

Color convert

RGB 242 37 51 -
CMYK 0 0.85 0.79 0.05
HSL 355.9º 0.89% 0.55% -
HSV(B) 355.9º 0.85% 0.95% -
XYZ 37.88 20.44 5.08 -
YUV 99.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 242 37 51 0 0.85 0.79 0.05 355.9 0.89 0.55
Hex F2 25 33 0 55 4F 5 164 59 37
Octal 362 45 63 0 125 117 5 544 131 67
Binary 11110010 100101 110011 0 1010101 1001111 101 101100100 1011001 110111

Color Harmonies of #F22533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22533

Black with #F22533

Text Example


Text Example

White with #F22533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22533; }

 p { color: rgb(242,37,51); }

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

background-color css

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

 a { background-color: rgb(242,37,51); }

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

border-color css

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

 span { border-color: rgb(242,37,51); }

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