Html Css Color HEX #E0033E Crimson

📋 copy color: '#E0033E'

red 224 ◦ green 3 ◦ blue 62

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

Shades of Crimson #E0033E

Tints of Crimson #E0033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 77.51%
G = 1.04%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0033E (or 0xE0033E) is known color: Crimson. HEX triplet: E0, 03 and 3E. RGB value is (224,3,62). Sum of RGB (Red+Green+Blue) = 224+3+62=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0033E is #1FFCC1. Grayscale: #4B4B4B. Windows color (decimal): -2096322 or 4064224. OLE color: 4064224.

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

Color convert

RGB 224 3 62 -
CMYK 0 0.99 0.72 0.12
HSL 343.98º 0.97% 0.45% -
HSV(B) 343.98º 0.99% 0.88% -
XYZ 31.64 16.26 6.03 -
YUV 75.81 120.22 233.7 -
System Red Green Blue C M Y K H S L
Decimal 224 3 62 0 0.99 0.72 0.12 343.98 0.97 0.45
Hex E0 3 3E 0 63 48 C 158 61 2D
Octal 340 3 76 0 143 110 14 530 141 55
Binary 11100000 11 111110 0 1100011 1001000 1100 101011000 1100001 101101

Color Harmonies of #E0033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0033E

Black with #E0033E

Text Example


Text Example

White with #E0033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0033E; }

 p { color: rgb(224,3,62); }

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

background-color css

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

 a { background-color: rgb(224,3,62); }

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

border-color css

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

 span { border-color: rgb(224,3,62); }

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