Html Css Color HEX #F22728 Alizarin

📋 copy color: '#F22728'

red 242 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #F22728

Tints of Alizarin #F22728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 75.39%
G = 12.15%
B = 12.46%

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

#F22728 (or 0xF22728) is known color: Alizarin. HEX triplet: F2, 27 and 28. RGB value is (242,39,40). Sum of RGB (Red+Green+Blue) = 242+39+40=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F22728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22728 is #0DD8D7. Grayscale: #646464. Windows color (decimal): -907480 or 2631666. OLE color: 2631666.

HSL color Cylindrical-coordinate representation of color #F22728: 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.84%. Process color model (Four color, CMYK) of #F22728 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 40 -
CMYK 0 0.84 0.83 0.05
HSL 359.7º 0.89% 0.55% -
HSV(B) 359.7º 0.84% 0.95% -
XYZ 37.73 20.48 3.97 -
YUV 99.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 242 39 40 0 0.84 0.83 0.05 359.7 0.89 0.55
Hex F2 27 28 0 54 53 5 168 59 37
Octal 362 47 50 0 124 123 5 550 131 67
Binary 11110010 100111 101000 0 1010100 1010011 101 101101000 1011001 110111

Color Harmonies of #F22728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22728

Black with #F22728

Text Example


Text Example

White with #F22728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22728; }

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

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

background-color css

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

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

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

border-color css

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

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

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