Html Css Color HEX #F33540 Alizarin

📋 copy color: '#F33540'

red 243 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #F33540

Tints of Alizarin #F33540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.72%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 67.5%
G = 14.72%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F33540 (or 0xF33540) is known color: Alizarin. HEX triplet: F3, 35 and 40. RGB value is (243,53,64). Sum of RGB (Red+Green+Blue) = 243+53+64=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F33540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33540 is #0CCABF. Grayscale: #6F6F6F. Windows color (decimal): -838336 or 4208115. OLE color: 4208115.

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

Color convert

RGB 243 53 64 -
CMYK 0 0.78 0.74 0.05
HSL 356.53º 0.89% 0.58% -
HSV(B) 356.53º 0.78% 0.95% -
XYZ 39.16 21.97 7.03 -
YUV 111.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 243 53 64 0 0.78 0.74 0.05 356.53 0.89 0.58
Hex F3 35 40 0 4E 4A 5 165 59 3A
Octal 363 65 100 0 116 112 5 545 131 72
Binary 11110011 110101 1000000 0 1001110 1001010 101 101100101 1011001 111010

Color Harmonies of #F33540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33540

Black with #F33540

Text Example


Text Example

White with #F33540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33540; }

 p { color: rgb(243,53,64); }

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

background-color css

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

 a { background-color: rgb(243,53,64); }

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

border-color css

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

 span { border-color: rgb(243,53,64); }

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