Html Css Color HEX #E0002D Crimson

📋 copy color: '#E0002D'

red 224 ◦ green 0 ◦ blue 45

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

Shades of Crimson #E0002D

Tints of Crimson #E0002D

RGB

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

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

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

R = 83.27%
G = 0%
B = 16.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0002D (or 0xE0002D) is known color: Crimson. HEX triplet: E0, 00 and 2D. RGB value is (224,0,45). Sum of RGB (Red+Green+Blue) = 224+0+45=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E0002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0002D is #1FFFD2. Grayscale: #484848. Windows color (decimal): -2097107 or 2949344. OLE color: 2949344.

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

Color convert

RGB 224 0 45 -
CMYK 0 1 0.80 0.12
HSL 347.95º 1% 0.44% -
HSV(B) 347.95º 1% 0.88% -
XYZ 31.21 16.04 3.93 -
YUV 72.11 112.71 236.34 -
System Red Green Blue C M Y K H S L
Decimal 224 0 45 0 1 0.80 0.12 347.95 1 0.44
Hex E0 0 2D 0 64 50 C 15C 64 2C
Octal 340 0 55 0 144 120 14 534 144 54
Binary 11100000 0 101101 0 1100100 1010000 1100 101011100 1100100 101100

Color Harmonies of #E0002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0002D

Black with #E0002D

Text Example


Text Example

White with #E0002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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