Html Css Color HEX #E0033D Crimson

📋 copy color: '#E0033D'

red 224 ◦ green 3 ◦ blue 61

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

Shades of Crimson #E0033D

Tints of Crimson #E0033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 77.78%
G = 1.04%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0033D (or 0xE0033D) is known color: Crimson. HEX triplet: E0, 03 and 3D. RGB value is (224,3,61). Sum of RGB (Red+Green+Blue) = 224+3+61=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E0033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0033D is #1FFCC2. Grayscale: #4B4B4B. Windows color (decimal): -2096323 or 3998688. OLE color: 3998688.

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

Color convert

RGB 224 3 61 -
CMYK 0 0.99 0.73 0.12
HSL 344.25º 0.97% 0.45% -
HSV(B) 344.25º 0.99% 0.88% -
XYZ 31.62 16.25 5.89 -
YUV 75.69 119.72 233.78 -
System Red Green Blue C M Y K H S L
Decimal 224 3 61 0 0.99 0.73 0.12 344.25 0.97 0.45
Hex E0 3 3D 0 63 49 C 158 61 2D
Octal 340 3 75 0 143 111 14 530 141 55
Binary 11100000 11 111101 0 1100011 1001001 1100 101011000 1100001 101101

Color Harmonies of #E0033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0033D

Black with #E0033D

Text Example


Text Example

White with #E0033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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