Html Css Color HEX #E00C43 Crimson

📋 copy color: '#E00C43'

red 224 ◦ green 12 ◦ blue 67

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

Shades of Crimson #E00C43

Tints of Crimson #E00C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 73.93%
G = 3.96%
B = 22.11%

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

#E00C43 (or 0xE00C43) is known color: Crimson. HEX triplet: E0, 0C and 43. RGB value is (224,12,67). Sum of RGB (Red+Green+Blue) = 224+12+67=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C43 is #1FF3BC. Grayscale: #515151. Windows color (decimal): -2094013 or 4394208. OLE color: 4394208.

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

Color convert

RGB 224 12 67 -
CMYK 0 0.95 0.70 0.12
HSL 344.43º 0.9% 0.46% -
HSV(B) 344.43º 0.95% 0.88% -
XYZ 31.89 16.52 6.82 -
YUV 81.66 119.74 229.53 -
System Red Green Blue C M Y K H S L
Decimal 224 12 67 0 0.95 0.70 0.12 344.43 0.9 0.46
Hex E0 C 43 0 5F 46 C 158 5A 2E
Octal 340 14 103 0 137 106 14 530 132 56
Binary 11100000 1100 1000011 0 1011111 1000110 1100 101011000 1011010 101110

Color Harmonies of #E00C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C43

Black with #E00C43

Text Example


Text Example

White with #E00C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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