Html Css Color HEX #E5002D Crimson

📋 copy color: '#E5002D'

red 229 ◦ green 0 ◦ blue 45

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

Shades of Crimson #E5002D

Tints of Crimson #E5002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.58%
G = 0%
B = 16.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5002D (or 0xE5002D) is known color: Crimson. HEX triplet: E5, 00 and 2D. RGB value is (229,0,45). Sum of RGB (Red+Green+Blue) = 229+0+45=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E5002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5002D is #1AFFD2. Grayscale: #494949. Windows color (decimal): -1769427 or 2949349. OLE color: 2949349.

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

Color convert

RGB 229 0 45 -
CMYK 0 1 0.80 0.10
HSL 348.21º 1% 0.45% -
HSV(B) 348.21º 1% 0.9% -
XYZ 32.79 16.85 4.01 -
YUV 73.6 111.87 238.84 -
System Red Green Blue C M Y K H S L
Decimal 229 0 45 0 1 0.80 0.10 348.21 1 0.45
Hex E5 0 2D 0 64 50 A 15C 64 2D
Octal 345 0 55 0 144 120 12 534 144 55
Binary 11100101 0 101101 0 1100100 1010000 1010 101011100 1100100 101101

Color Harmonies of #E5002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5002D

Black with #E5002D

Text Example


Text Example

White with #E5002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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