Html Css Color HEX #F23032 Alizarin

📋 copy color: '#F23032'

red 242 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #F23032

Tints of Alizarin #F23032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 71.18%
G = 14.12%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F23032 (or 0xF23032) is known color: Alizarin. HEX triplet: F2, 30 and 32. RGB value is (242,48,50). Sum of RGB (Red+Green+Blue) = 242+48+50=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F23032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23032 is #0DCFCD. Grayscale: #6A6A6A. Windows color (decimal): -905166 or 3289330. OLE color: 3289330.

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

Color convert

RGB 242 48 50 -
CMYK 0 0.80 0.79 0.05
HSL 359.38º 0.88% 0.57% -
HSV(B) 359.38º 0.8% 0.95% -
XYZ 38.25 21.22 5.1 -
YUV 106.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 242 48 50 0 0.80 0.79 0.05 359.38 0.88 0.57
Hex F2 30 32 0 50 4F 5 167 58 39
Octal 362 60 62 0 120 117 5 547 130 71
Binary 11110010 110000 110010 0 1010000 1001111 101 101100111 1011000 111001

Color Harmonies of #F23032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23032

Black with #F23032

Text Example


Text Example

White with #F23032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23032; }

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

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

background-color css

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

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

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

border-color css

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

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

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