Html Css Color HEX #F22D30 Alizarin

📋 copy color: '#F22D30'

red 242 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #F22D30

Tints of Alizarin #F22D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 72.24%
G = 13.43%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F22D30 (or 0xF22D30) is known color: Alizarin. HEX triplet: F2, 2D and 30. RGB value is (242,45,48). Sum of RGB (Red+Green+Blue) = 242+45+48=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D30 is #0DD2CF. Grayscale: #686868. Windows color (decimal): -905936 or 3157490. OLE color: 3157490.

HSL color Cylindrical-coordinate representation of color #F22D30: hue angle of 359.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D30 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 45 48 -
CMYK 0 0.81 0.80 0.05
HSL 359.09º 0.88% 0.56% -
HSV(B) 359.09º 0.81% 0.95% -
XYZ 38.09 20.97 4.84 -
YUV 104.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 242 45 48 0 0.81 0.80 0.05 359.09 0.88 0.56
Hex F2 2D 30 0 51 50 5 167 58 38
Octal 362 55 60 0 121 120 5 547 130 70
Binary 11110010 101101 110000 0 1010001 1010000 101 101100111 1011000 111000

Color Harmonies of #F22D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D30

Black with #F22D30

Text Example


Text Example

White with #F22D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D30; }

 p { color: rgb(242,45,48); }

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

background-color css

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

 a { background-color: rgb(242,45,48); }

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

border-color css

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

 span { border-color: rgb(242,45,48); }

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