Html Css Color HEX #E00F4F Razzmatazz

📋 copy color: '#E00F4F'

red 224 ◦ green 15 ◦ blue 79

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

Shades of Razzmatazz #E00F4F

Tints of Razzmatazz #E00F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.72%

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 70.44%
G = 4.72%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E00F4F (or 0xE00F4F) is known color: Razzmatazz. HEX triplet: E0, 0F and 4F. RGB value is (224,15,79). Sum of RGB (Red+Green+Blue) = 224+15+79=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F4F is #1FF0B0. Grayscale: #545454. Windows color (decimal): -2093233 or 5181408. OLE color: 5181408.

HSL color Cylindrical-coordinate representation of color #E00F4F: hue angle of 341.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F4F is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 79 -
CMYK 0 0.93 0.65 0.12
HSL 341.63º 0.87% 0.47% -
HSV(B) 341.63º 0.93% 0.88% -
XYZ 32.32 16.75 8.93 -
YUV 84.79 124.74 227.3 -
System Red Green Blue C M Y K H S L
Decimal 224 15 79 0 0.93 0.65 0.12 341.63 0.87 0.47
Hex E0 F 4F 0 5D 41 C 156 57 2F
Octal 340 17 117 0 135 101 14 526 127 57
Binary 11100000 1111 1001111 0 1011101 1000001 1100 101010110 1010111 101111

Color Harmonies of #E00F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F4F

Black with #E00F4F

Text Example


Text Example

White with #E00F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F4F; }

 p { color: rgb(224,15,79); }

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

background-color css

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

 a { background-color: rgb(224,15,79); }

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

border-color css

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

 span { border-color: rgb(224,15,79); }

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