Html Css Color HEX #E00229 Crimson

📋 copy color: '#E00229'

red 224 ◦ green 2 ◦ blue 41

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

Shades of Crimson #E00229

Tints of Crimson #E00229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 83.9%
G = 0.75%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E00229 (or 0xE00229) is known color: Crimson. HEX triplet: E0, 02 and 29. RGB value is (224,2,41). Sum of RGB (Red+Green+Blue) = 224+2+41=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E00229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00229 is #1FFDD6. Grayscale: #484848. Windows color (decimal): -2096599 or 2687712. OLE color: 2687712.

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

Color convert

RGB 224 2 41 -
CMYK 0 0.99 0.82 0.12
HSL 349.46º 0.98% 0.44% -
HSV(B) 349.46º 0.99% 0.88% -
XYZ 31.16 16.05 3.55 -
YUV 72.82 110.05 235.83 -
System Red Green Blue C M Y K H S L
Decimal 224 2 41 0 0.99 0.82 0.12 349.46 0.98 0.44
Hex E0 2 29 0 63 52 C 15D 62 2C
Octal 340 2 51 0 143 122 14 535 142 54
Binary 11100000 10 101001 0 1100011 1010010 1100 101011101 1100010 101100

Color Harmonies of #E00229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00229

Black with #E00229

Text Example


Text Example

White with #E00229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00229; }

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

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

background-color css

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

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

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

border-color css

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

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

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