Html Css Color HEX #E00C41 Crimson

📋 copy color: '#E00C41'

red 224 ◦ green 12 ◦ blue 65

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

Shades of Crimson #E00C41

Tints of Crimson #E00C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 74.42%
G = 3.99%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00C41 (or 0xE00C41) is known color: Crimson. HEX triplet: E0, 0C and 41. RGB value is (224,12,65). Sum of RGB (Red+Green+Blue) = 224+12+65=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C41 is #1FF3BE. Grayscale: #515151. Windows color (decimal): -2094015 or 4263136. OLE color: 4263136.

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

Color convert

RGB 224 12 65 -
CMYK 0 0.95 0.71 0.12
HSL 345º 0.9% 0.46% -
HSV(B) 345º 0.95% 0.88% -
XYZ 31.83 16.49 6.51 -
YUV 81.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 224 12 65 0 0.95 0.71 0.12 345 0.9 0.46
Hex E0 C 41 0 5F 47 C 159 5A 2E
Octal 340 14 101 0 137 107 14 531 132 56
Binary 11100000 1100 1000001 0 1011111 1000111 1100 101011001 1011010 101110

Color Harmonies of #E00C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C41

Black with #E00C41

Text Example


Text Example

White with #E00C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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