Html Css Color HEX #E00C4D Razzmatazz

📋 copy color: '#E00C4D'

red 224 ◦ green 12 ◦ blue 77

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

Shades of Razzmatazz #E00C4D

Tints of Razzmatazz #E00C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 71.57%
G = 3.83%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E00C4D (or 0xE00C4D) is known color: Razzmatazz. HEX triplet: E0, 0C and 4D. RGB value is (224,12,77). Sum of RGB (Red+Green+Blue) = 224+12+77=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C4D is #1FF3B2. Grayscale: #525252. Windows color (decimal): -2094003 or 5049568. OLE color: 5049568.

HSL color Cylindrical-coordinate representation of color #E00C4D: hue angle of 341.6º 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 #E00C4D is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 77 -
CMYK 0 0.95 0.66 0.12
HSL 341.6º 0.9% 0.46% -
HSV(B) 341.6º 0.95% 0.88% -
XYZ 32.21 16.65 8.54 -
YUV 82.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 224 12 77 0 0.95 0.66 0.12 341.6 0.9 0.46
Hex E0 C 4D 0 5F 42 C 156 5A 2E
Octal 340 14 115 0 137 102 14 526 132 56
Binary 11100000 1100 1001101 0 1011111 1000010 1100 101010110 1011010 101110

Color Harmonies of #E00C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C4D

Black with #E00C4D

Text Example


Text Example

White with #E00C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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