Html Css Color HEX #F22829 Alizarin

📋 copy color: '#F22829'

red 242 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #F22829

Tints of Alizarin #F22829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

 BLUE value IS 41 (16.41% from 255) = 12.69%

R = 74.92%
G = 12.38%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F22829 (or 0xF22829) is known color: Alizarin. HEX triplet: F2, 28 and 29. RGB value is (242,40,41). Sum of RGB (Red+Green+Blue) = 242+40+41=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F22829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22829 is #0DD7D6. Grayscale: #646464. Windows color (decimal): -907223 or 2697458. OLE color: 2697458.

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

Color convert

RGB 242 40 41 -
CMYK 0 0.83 0.83 0.05
HSL 359.7º 0.89% 0.55% -
HSV(B) 359.7º 0.83% 0.95% -
XYZ 37.78 20.55 4.07 -
YUV 100.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 242 40 41 0 0.83 0.83 0.05 359.7 0.89 0.55
Hex F2 28 29 0 53 53 5 168 59 37
Octal 362 50 51 0 123 123 5 550 131 67
Binary 11110010 101000 101001 0 1010011 1010011 101 101101000 1011001 110111

Color Harmonies of #F22829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22829

Black with #F22829

Text Example


Text Example

White with #F22829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22829; }

 p { color: rgb(242,40,41); }

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

background-color css

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

 a { background-color: rgb(242,40,41); }

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

border-color css

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

 span { border-color: rgb(242,40,41); }

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