Html Css Color HEX #E00C44 Crimson

📋 copy color: '#E00C44'

red 224 ◦ green 12 ◦ blue 68

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

Shades of Crimson #E00C44

Tints of Crimson #E00C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 73.68%
G = 3.95%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E00C44 (or 0xE00C44) is known color: Crimson. HEX triplet: E0, 0C and 44. RGB value is (224,12,68). Sum of RGB (Red+Green+Blue) = 224+12+68=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C44 is #1FF3BB. Grayscale: #515151. Windows color (decimal): -2094012 or 4459744. OLE color: 4459744.

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

Color convert

RGB 224 12 68 -
CMYK 0 0.95 0.70 0.12
HSL 344.15º 0.9% 0.46% -
HSV(B) 344.15º 0.95% 0.88% -
XYZ 31.92 16.53 6.98 -
YUV 81.77 120.24 229.45 -
System Red Green Blue C M Y K H S L
Decimal 224 12 68 0 0.95 0.70 0.12 344.15 0.9 0.46
Hex E0 C 44 0 5F 46 C 158 5A 2E
Octal 340 14 104 0 137 106 14 530 132 56
Binary 11100000 1100 1000100 0 1011111 1000110 1100 101011000 1011010 101110

Color Harmonies of #E00C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C44

Black with #E00C44

Text Example


Text Example

White with #E00C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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