Html Css Color HEX #E10C33 Crimson

📋 copy color: '#E10C33'

red 225 ◦ green 12 ◦ blue 51

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

Shades of Crimson #E10C33

Tints of Crimson #E10C33

RGB

 RED value IS 225 (88.28% from 255) = 78.13%

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

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 78.13%
G = 4.17%
B = 17.71%

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

#E10C33 (or 0xE10C33) is known color: Crimson. HEX triplet: E1, 0C and 33. RGB value is (225,12,51). Sum of RGB (Red+Green+Blue) = 225+12+51=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C33 is #1EF3CC. Grayscale: #505050. Windows color (decimal): -2028493 or 3345633. OLE color: 3345633.

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

Color convert

RGB 225 12 51 -
CMYK 0 0.95 0.77 0.12
HSL 349.01º 0.9% 0.46% -
HSV(B) 349.01º 0.95% 0.88% -
XYZ 31.78 16.51 4.64 -
YUV 80.13 111.57 231.33 -
System Red Green Blue C M Y K H S L
Decimal 225 12 51 0 0.95 0.77 0.12 349.01 0.9 0.46
Hex E1 C 33 0 5F 4D C 15D 5A 2E
Octal 341 14 63 0 137 115 14 535 132 56
Binary 11100001 1100 110011 0 1011111 1001101 1100 101011101 1011010 101110

Color Harmonies of #E10C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C33

Black with #E10C33

Text Example


Text Example

White with #E10C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C33; }

 p { color: rgb(225,12,51); }

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

background-color css

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

 a { background-color: rgb(225,12,51); }

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

border-color css

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

 span { border-color: rgb(225,12,51); }

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