Html Css Color HEX #F33032 Alizarin

📋 copy color: '#F33032'

red 243 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #F33032

Tints of Alizarin #F33032

RGB

 RED value IS 243 (95.31% from 255) = 71.26%

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

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

R = 71.26%
G = 14.08%
B = 14.66%

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

#F33032 (or 0xF33032) is known color: Alizarin. HEX triplet: F3, 30 and 32. RGB value is (243,48,50). Sum of RGB (Red+Green+Blue) = 243+48+50=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F33032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33032 is #0CCFCD. Grayscale: #6A6A6A. Windows color (decimal): -839630 or 3289331. OLE color: 3289331.

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

Color convert

RGB 243 48 50 -
CMYK 0 0.80 0.79 0.05
HSL 359.38º 0.89% 0.57% -
HSV(B) 359.38º 0.8% 0.95% -
XYZ 38.59 21.4 5.11 -
YUV 106.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 243 48 50 0 0.80 0.79 0.05 359.38 0.89 0.57
Hex F3 30 32 0 50 4F 5 167 59 39
Octal 363 60 62 0 120 117 5 547 131 71
Binary 11110011 110000 110010 0 1010000 1001111 101 101100111 1011001 111001

Color Harmonies of #F33032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33032

Black with #F33032

Text Example


Text Example

White with #F33032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33032; }

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

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

background-color css

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

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

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

border-color css

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

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

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