Html Css Color HEX #E00C51 Razzmatazz

📋 copy color: '#E00C51'

red 224 ◦ green 12 ◦ blue 81

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

Shades of Razzmatazz #E00C51

Tints of Razzmatazz #E00C51

RGB

 RED value IS 224 (87.89% from 255) = 70.66%

 GREEN value IS 12 (5.08% from 255) = 3.79%

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 70.66%
G = 3.79%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E00C51 (or 0xE00C51) is known color: Razzmatazz. HEX triplet: E0, 0C and 51. RGB value is (224,12,81). Sum of RGB (Red+Green+Blue) = 224+12+81=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C51 is #1FF3AE. Grayscale: #535353. Windows color (decimal): -2093999 or 5311712. OLE color: 5311712.

HSL color Cylindrical-coordinate representation of color #E00C51: hue angle of 340.47º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C51 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 81 -
CMYK 0 0.95 0.64 0.12
HSL 340.47º 0.9% 0.46% -
HSV(B) 340.47º 0.95% 0.88% -
XYZ 32.36 16.7 9.3 -
YUV 83.25 126.74 228.39 -
System Red Green Blue C M Y K H S L
Decimal 224 12 81 0 0.95 0.64 0.12 340.47 0.9 0.46
Hex E0 C 51 0 5F 40 C 154 5A 2E
Octal 340 14 121 0 137 100 14 524 132 56
Binary 11100000 1100 1010001 0 1011111 1000000 1100 101010100 1011010 101110

Color Harmonies of #E00C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C51

Black with #E00C51

Text Example


Text Example

White with #E00C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C51; }

 p { color: rgb(224,12,81); }

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

background-color css

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

 a { background-color: rgb(224,12,81); }

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

border-color css

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

 span { border-color: rgb(224,12,81); }

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