Html Css Color HEX #E0062C Crimson

📋 copy color: '#E0062C'

red 224 ◦ green 6 ◦ blue 44

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

Shades of Crimson #E0062C

Tints of Crimson #E0062C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 81.75%
G = 2.19%
B = 16.06%

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

#E0062C (or 0xE0062C) is known color: Crimson. HEX triplet: E0, 06 and 2C. RGB value is (224,6,44). Sum of RGB (Red+Green+Blue) = 224+6+44=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0062C is #1FF9D3. Grayscale: #4B4B4B. Windows color (decimal): -2095572 or 2885344. OLE color: 2885344.

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

Color convert

RGB 224 6 44 -
CMYK 0 0.97 0.80 0.12
HSL 349.54º 0.95% 0.45% -
HSV(B) 349.54º 0.97% 0.88% -
XYZ 31.26 16.16 3.85 -
YUV 75.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 224 6 44 0 0.97 0.80 0.12 349.54 0.95 0.45
Hex E0 6 2C 0 61 50 C 15E 5F 2D
Octal 340 6 54 0 141 120 14 536 137 55
Binary 11100000 110 101100 0 1100001 1010000 1100 101011110 1011111 101101

Color Harmonies of #E0062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0062C

Black with #E0062C

Text Example


Text Example

White with #E0062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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