Html Css Color HEX #E00251 Razzmatazz

📋 copy color: '#E00251'

red 224 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #E00251

Tints of Razzmatazz #E00251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 72.96%
G = 0.65%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E00251 (or 0xE00251) is known color: Razzmatazz. HEX triplet: E0, 02 and 51. RGB value is (224,2,81). Sum of RGB (Red+Green+Blue) = 224+2+81=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E00251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00251 is #1FFDAE. Grayscale: #4D4D4D. Windows color (decimal): -2096559 or 5309152. OLE color: 5309152.

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

Color convert

RGB 224 2 81 -
CMYK 0 0.99 0.64 0.12
HSL 338.65º 0.98% 0.44% -
HSV(B) 338.65º 0.99% 0.88% -
XYZ 32.25 16.48 9.27 -
YUV 77.38 130.05 232.58 -
System Red Green Blue C M Y K H S L
Decimal 224 2 81 0 0.99 0.64 0.12 338.65 0.98 0.44
Hex E0 2 51 0 63 40 C 153 62 2C
Octal 340 2 121 0 143 100 14 523 142 54
Binary 11100000 10 1010001 0 1100011 1000000 1100 101010011 1100010 101100

Color Harmonies of #E00251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00251

Black with #E00251

Text Example


Text Example

White with #E00251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00251; }

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

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

background-color css

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

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

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

border-color css

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

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

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