Html Css Color HEX #E00C45 Crimson

📋 copy color: '#E00C45'

red 224 ◦ green 12 ◦ blue 69

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

Shades of Crimson #E00C45

Tints of Crimson #E00C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 73.44%
G = 3.93%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E00C45 (or 0xE00C45) is known color: Crimson. HEX triplet: E0, 0C and 45. RGB value is (224,12,69). Sum of RGB (Red+Green+Blue) = 224+12+69=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C45 is #1FF3BA. Grayscale: #515151. Windows color (decimal): -2094011 or 4525280. OLE color: 4525280.

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

Color convert

RGB 224 12 69 -
CMYK 0 0.95 0.69 0.12
HSL 343.87º 0.9% 0.46% -
HSV(B) 343.87º 0.95% 0.88% -
XYZ 31.95 16.54 7.14 -
YUV 81.89 120.74 229.37 -
System Red Green Blue C M Y K H S L
Decimal 224 12 69 0 0.95 0.69 0.12 343.87 0.9 0.46
Hex E0 C 45 0 5F 45 C 158 5A 2E
Octal 340 14 105 0 137 105 14 530 132 56
Binary 11100000 1100 1000101 0 1011111 1000101 1100 101011000 1011010 101110

Color Harmonies of #E00C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C45

Black with #E00C45

Text Example


Text Example

White with #E00C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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