Html Css Color HEX #E0002C Crimson

📋 copy color: '#E0002C'

red 224 ◦ green 0 ◦ blue 44

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

Shades of Crimson #E0002C

Tints of Crimson #E0002C

RGB

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

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

 BLUE value IS 44 (17.58% 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.12

RGB Variations

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

Color information

#E0002C (or 0xE0002C) is known color: Crimson. HEX triplet: E0, 00 and 2C. RGB value is (224,0,44). Sum of RGB (Red+Green+Blue) = 224+0+44=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E0002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0002C is #1FFFD3. Grayscale: #484848. Windows color (decimal): -2097108 or 2883808. OLE color: 2883808.

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

Color convert

RGB 224 0 44 -
CMYK 0 1 0.80 0.12
HSL 348.21º 1% 0.44% -
HSV(B) 348.21º 1% 0.88% -
XYZ 31.2 16.03 3.83 -
YUV 71.99 112.21 236.42 -
System Red Green Blue C M Y K H S L
Decimal 224 0 44 0 1 0.80 0.12 348.21 1 0.44
Hex E0 0 2C 0 64 50 C 15C 64 2C
Octal 340 0 54 0 144 120 14 534 144 54
Binary 11100000 0 101100 0 1100100 1010000 1100 101011100 1100100 101100

Color Harmonies of #E0002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0002C

Black with #E0002C

Text Example


Text Example

White with #E0002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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