Html Css Color HEX #E0062D Crimson

📋 copy color: '#E0062D'

red 224 ◦ green 6 ◦ blue 45

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

Shades of Crimson #E0062D

Tints of Crimson #E0062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 81.45%
G = 2.18%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0062D (or 0xE0062D) is known color: Crimson. HEX triplet: E0, 06 and 2D. RGB value is (224,6,45). Sum of RGB (Red+Green+Blue) = 224+6+45=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E0062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0062D is #1FF9D2. Grayscale: #4B4B4B. Windows color (decimal): -2095571 or 2950880. OLE color: 2950880.

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

Color convert

RGB 224 6 45 -
CMYK 0 0.97 0.80 0.12
HSL 349.27º 0.95% 0.45% -
HSV(B) 349.27º 0.97% 0.88% -
XYZ 31.28 16.17 3.95 -
YUV 75.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 224 6 45 0 0.97 0.80 0.12 349.27 0.95 0.45
Hex E0 6 2D 0 61 50 C 15D 5F 2D
Octal 340 6 55 0 141 120 14 535 137 55
Binary 11100000 110 101101 0 1100001 1010000 1100 101011101 1011111 101101

Color Harmonies of #E0062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0062D

Black with #E0062D

Text Example


Text Example

White with #E0062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0062D; }

 p { color: rgb(224,6,45); }

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

background-color css

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

 a { background-color: rgb(224,6,45); }

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

border-color css

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

 span { border-color: rgb(224,6,45); }

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