Html Css Color HEX #F22729 Alizarin

📋 copy color: '#F22729'

red 242 ◦ green 39 ◦ blue 41

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

Shades of Alizarin #F22729

Tints of Alizarin #F22729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 75.16%
G = 12.11%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F22729 (or 0xF22729) is known color: Alizarin. HEX triplet: F2, 27 and 29. RGB value is (242,39,41). Sum of RGB (Red+Green+Blue) = 242+39+41=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F22729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22729 is #0DD8D6. Grayscale: #646464. Windows color (decimal): -907479 or 2697202. OLE color: 2697202.

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

Color convert

RGB 242 39 41 -
CMYK 0 0.84 0.83 0.05
HSL 359.41º 0.89% 0.55% -
HSV(B) 359.41º 0.84% 0.95% -
XYZ 37.74 20.49 4.06 -
YUV 99.93 94.75 229.34 -
System Red Green Blue C M Y K H S L
Decimal 242 39 41 0 0.84 0.83 0.05 359.41 0.89 0.55
Hex F2 27 29 0 54 53 5 167 59 37
Octal 362 47 51 0 124 123 5 547 131 67
Binary 11110010 100111 101001 0 1010100 1010011 101 101100111 1011001 110111

Color Harmonies of #F22729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22729

Black with #F22729

Text Example


Text Example

White with #F22729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22729; }

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

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

background-color css

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

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

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

border-color css

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

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

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