Html Css Color HEX #E00C3A Crimson

📋 copy color: '#E00C3A'

red 224 ◦ green 12 ◦ blue 58

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

Shades of Crimson #E00C3A

Tints of Crimson #E00C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 76.19%
G = 4.08%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E00C3A (or 0xE00C3A) is known color: Crimson. HEX triplet: E0, 0C and 3A. RGB value is (224,12,58). Sum of RGB (Red+Green+Blue) = 224+12+58=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C3A is #1FF3C5. Grayscale: #505050. Windows color (decimal): -2094022 or 3804384. OLE color: 3804384.

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

Color convert

RGB 224 12 58 -
CMYK 0 0.95 0.74 0.12
HSL 346.98º 0.9% 0.46% -
HSV(B) 346.98º 0.95% 0.88% -
XYZ 31.64 16.42 5.5 -
YUV 80.63 115.24 230.26 -
System Red Green Blue C M Y K H S L
Decimal 224 12 58 0 0.95 0.74 0.12 346.98 0.9 0.46
Hex E0 C 3A 0 5F 4A C 15B 5A 2E
Octal 340 14 72 0 137 112 14 533 132 56
Binary 11100000 1100 111010 0 1011111 1001010 1100 101011011 1011010 101110

Color Harmonies of #E00C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C3A

Black with #E00C3A

Text Example


Text Example

White with #E00C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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