Html Css Color HEX #E00C34 Crimson

📋 copy color: '#E00C34'

red 224 ◦ green 12 ◦ blue 52

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

Shades of Crimson #E00C34

Tints of Crimson #E00C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 77.78%
G = 4.17%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E00C34 (or 0xE00C34) is known color: Crimson. HEX triplet: E0, 0C and 34. RGB value is (224,12,52). Sum of RGB (Red+Green+Blue) = 224+12+52=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C34 is #1FF3CB. Grayscale: #505050. Windows color (decimal): -2094028 or 3411168. OLE color: 3411168.

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

Color convert

RGB 224 12 52 -
CMYK 0 0.95 0.77 0.12
HSL 348.68º 0.9% 0.46% -
HSV(B) 348.68º 0.95% 0.88% -
XYZ 31.49 16.36 4.75 -
YUV 79.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 224 12 52 0 0.95 0.77 0.12 348.68 0.9 0.46
Hex E0 C 34 0 5F 4D C 15D 5A 2E
Octal 340 14 64 0 137 115 14 535 132 56
Binary 11100000 1100 110100 0 1011111 1001101 1100 101011101 1011010 101110

Color Harmonies of #E00C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C34

Black with #E00C34

Text Example


Text Example

White with #E00C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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