Html Css Color HEX #F22730 Alizarin

📋 copy color: '#F22730'

red 242 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #F22730

Tints of Alizarin #F22730

RGB

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

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

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

R = 73.56%
G = 11.85%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F22730 (or 0xF22730) is known color: Alizarin. HEX triplet: F2, 27 and 30. RGB value is (242,39,48). Sum of RGB (Red+Green+Blue) = 242+39+48=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F22730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22730 is #0DD8CF. Grayscale: #646464. Windows color (decimal): -907472 or 3155954. OLE color: 3155954.

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

Color convert

RGB 242 39 48 -
CMYK 0 0.84 0.80 0.05
HSL 357.34º 0.89% 0.55% -
HSV(B) 357.34º 0.84% 0.95% -
XYZ 37.88 20.54 4.76 -
YUV 100.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 242 39 48 0 0.84 0.80 0.05 357.34 0.89 0.55
Hex F2 27 30 0 54 50 5 165 59 37
Octal 362 47 60 0 124 120 5 545 131 67
Binary 11110010 100111 110000 0 1010100 1010000 101 101100101 1011001 110111

Color Harmonies of #F22730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22730

Black with #F22730

Text Example


Text Example

White with #F22730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22730; }

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

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

background-color css

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

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

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

border-color css

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

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

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