Html Css Color HEX #E5062D Crimson

📋 copy color: '#E5062D'

red 229 ◦ green 6 ◦ blue 45

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

Shades of Crimson #E5062D

Tints of Crimson #E5062D

RGB

 RED value IS 229 (89.84% from 255) = 81.79%

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

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

R = 81.79%
G = 2.14%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5062D (or 0xE5062D) is known color: Crimson. HEX triplet: E5, 06 and 2D. RGB value is (229,6,45). Sum of RGB (Red+Green+Blue) = 229+6+45=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E5062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5062D is #1AF9D2. Grayscale: #4D4D4D. Windows color (decimal): -1767891 or 2950885. OLE color: 2950885.

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

Color convert

RGB 229 6 45 -
CMYK 0 0.97 0.80 0.10
HSL 349.51º 0.95% 0.46% -
HSV(B) 349.51º 0.97% 0.9% -
XYZ 32.85 16.98 4.03 -
YUV 77.12 109.88 236.33 -
System Red Green Blue C M Y K H S L
Decimal 229 6 45 0 0.97 0.80 0.10 349.51 0.95 0.46
Hex E5 6 2D 0 61 50 A 15E 5F 2E
Octal 345 6 55 0 141 120 12 536 137 56
Binary 11100101 110 101101 0 1100001 1010000 1010 101011110 1011111 101110

Color Harmonies of #E5062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5062D

Black with #E5062D

Text Example


Text Example

White with #E5062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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