Html Css Color HEX #E0062A Crimson

📋 copy color: '#E0062A'

red 224 ◦ green 6 ◦ blue 42

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

Shades of Crimson #E0062A

Tints of Crimson #E0062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 82.35%
G = 2.21%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0062A (or 0xE0062A) is known color: Crimson. HEX triplet: E0, 06 and 2A. RGB value is (224,6,42). Sum of RGB (Red+Green+Blue) = 224+6+42=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0062A is #1FF9D5. Grayscale: #4B4B4B. Windows color (decimal): -2095574 or 2754272. OLE color: 2754272.

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

Color convert

RGB 224 6 42 -
CMYK 0 0.97 0.81 0.12
HSL 350.09º 0.95% 0.45% -
HSV(B) 350.09º 0.97% 0.88% -
XYZ 31.22 16.14 3.66 -
YUV 75.29 109.22 234.07 -
System Red Green Blue C M Y K H S L
Decimal 224 6 42 0 0.97 0.81 0.12 350.09 0.95 0.45
Hex E0 6 2A 0 61 51 C 15E 5F 2D
Octal 340 6 52 0 141 121 14 536 137 55
Binary 11100000 110 101010 0 1100001 1010001 1100 101011110 1011111 101101

Color Harmonies of #E0062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0062A

Black with #E0062A

Text Example


Text Example

White with #E0062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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