Html Css Color HEX #E00C2D Crimson

📋 copy color: '#E00C2D'

red 224 ◦ green 12 ◦ blue 45

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

Shades of Crimson #E00C2D

Tints of Crimson #E00C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

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

R = 79.72%
G = 4.27%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E00C2D (or 0xE00C2D) is known color: Crimson. HEX triplet: E0, 0C and 2D. RGB value is (224,12,45). Sum of RGB (Red+Green+Blue) = 224+12+45=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C2D is #1FF3D2. Grayscale: #4F4F4F. Windows color (decimal): -2094035 or 2952416. OLE color: 2952416.

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

Color convert

RGB 224 12 45 -
CMYK 0 0.95 0.80 0.12
HSL 350.66º 0.9% 0.46% -
HSV(B) 350.66º 0.95% 0.88% -
XYZ 31.35 16.3 3.98 -
YUV 79.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 224 12 45 0 0.95 0.80 0.12 350.66 0.9 0.46
Hex E0 C 2D 0 5F 50 C 15F 5A 2E
Octal 340 14 55 0 137 120 14 537 132 56
Binary 11100000 1100 101101 0 1011111 1010000 1100 101011111 1011010 101110

Color Harmonies of #E00C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C2D

Black with #E00C2D

Text Example


Text Example

White with #E00C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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