Html Css Color HEX #F22433 Alizarin

📋 copy color: '#F22433'

red 242 ◦ green 36 ◦ blue 51

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

Shades of Alizarin #F22433

Tints of Alizarin #F22433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

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

R = 73.56%
G = 10.94%
B = 15.5%

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

#F22433 (or 0xF22433) is known color: Alizarin. HEX triplet: F2, 24 and 33. RGB value is (242,36,51). Sum of RGB (Red+Green+Blue) = 242+36+51=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F22433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22433 is #0DDBCC. Grayscale: #636363. Windows color (decimal): -908237 or 3351794. OLE color: 3351794.

HSL color Cylindrical-coordinate representation of color #F22433: hue angle of 355.63º 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 #F22433 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 36 51 -
CMYK 0 0.85 0.79 0.05
HSL 355.63º 0.89% 0.55% -
HSV(B) 355.63º 0.85% 0.95% -
XYZ 37.85 20.38 5.07 -
YUV 99.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 242 36 51 0 0.85 0.79 0.05 355.63 0.89 0.55
Hex F2 24 33 0 55 4F 5 164 59 37
Octal 362 44 63 0 125 117 5 544 131 67
Binary 11110010 100100 110011 0 1010101 1001111 101 101100100 1011001 110111

Color Harmonies of #F22433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22433

Black with #F22433

Text Example


Text Example

White with #F22433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22433; }

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

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

background-color css

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

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

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

border-color css

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

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

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