Html Css Color HEX #F33241 Alizarin

📋 copy color: '#F33241'

red 243 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #F33241

Tints of Alizarin #F33241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.97%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 67.88%
G = 13.97%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33241 (or 0xF33241) is known color: Alizarin. HEX triplet: F3, 32 and 41. RGB value is (243,50,65). Sum of RGB (Red+Green+Blue) = 243+50+65=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F33241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33241 is #0CCDBE. Grayscale: #6D6D6D. Windows color (decimal): -839103 or 4272883. OLE color: 4272883.

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

Color convert

RGB 243 50 65 -
CMYK 0 0.79 0.73 0.05
HSL 355.34º 0.89% 0.57% -
HSV(B) 355.34º 0.79% 0.95% -
XYZ 39.06 21.72 7.13 -
YUV 109.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 243 50 65 0 0.79 0.73 0.05 355.34 0.89 0.57
Hex F3 32 41 0 4F 49 5 163 59 39
Octal 363 62 101 0 117 111 5 543 131 71
Binary 11110011 110010 1000001 0 1001111 1001001 101 101100011 1011001 111001

Color Harmonies of #F33241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33241

Black with #F33241

Text Example


Text Example

White with #F33241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33241; }

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

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

background-color css

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

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

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

border-color css

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

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

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