Html Css Color HEX #E00C3E Crimson

📋 copy color: '#E00C3E'

red 224 ◦ green 12 ◦ blue 62

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

Shades of Crimson #E00C3E

Tints of Crimson #E00C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 75.17%
G = 4.03%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E00C3E (or 0xE00C3E) is known color: Crimson. HEX triplet: E0, 0C and 3E. RGB value is (224,12,62). Sum of RGB (Red+Green+Blue) = 224+12+62=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C3E is #1FF3C1. Grayscale: #515151. Windows color (decimal): -2094018 or 4066528. OLE color: 4066528.

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

Color convert

RGB 224 12 62 -
CMYK 0 0.95 0.72 0.12
HSL 345.85º 0.9% 0.46% -
HSV(B) 345.85º 0.95% 0.88% -
XYZ 31.74 16.46 6.06 -
YUV 81.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 224 12 62 0 0.95 0.72 0.12 345.85 0.9 0.46
Hex E0 C 3E 0 5F 48 C 15A 5A 2E
Octal 340 14 76 0 137 110 14 532 132 56
Binary 11100000 1100 111110 0 1011111 1001000 1100 101011010 1011010 101110

Color Harmonies of #E00C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C3E

Black with #E00C3E

Text Example


Text Example

White with #E00C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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