Html Css Color HEX #F22935 Alizarin

📋 copy color: '#F22935'

red 242 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #F22935

Tints of Alizarin #F22935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 72.02%
G = 12.2%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F22935 (or 0xF22935) is known color: Alizarin. HEX triplet: F2, 29 and 35. RGB value is (242,41,53). Sum of RGB (Red+Green+Blue) = 242+41+53=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F22935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22935 is #0DD6CA. Grayscale: #666666. Windows color (decimal): -906955 or 3484146. OLE color: 3484146.

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

Color convert

RGB 242 41 53 -
CMYK 0 0.83 0.78 0.05
HSL 356.42º 0.89% 0.55% -
HSV(B) 356.42º 0.83% 0.95% -
XYZ 38.05 20.72 5.36 -
YUV 102.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 242 41 53 0 0.83 0.78 0.05 356.42 0.89 0.55
Hex F2 29 35 0 53 4E 5 164 59 37
Octal 362 51 65 0 123 116 5 544 131 67
Binary 11110010 101001 110101 0 1010011 1001110 101 101100100 1011001 110111

Color Harmonies of #F22935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22935

Black with #F22935

Text Example


Text Example

White with #F22935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22935; }

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

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

background-color css

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

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

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

border-color css

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

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

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