Html Css Color HEX #E1033C Crimson

📋 copy color: '#E1033C'

red 225 ◦ green 3 ◦ blue 60

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

Shades of Crimson #E1033C

Tints of Crimson #E1033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 78.13%
G = 1.04%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1033C (or 0xE1033C) is known color: Crimson. HEX triplet: E1, 03 and 3C. RGB value is (225,3,60). Sum of RGB (Red+Green+Blue) = 225+3+60=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1033C is #1EFCC3. Grayscale: #4B4B4B. Windows color (decimal): -2030788 or 3933153. OLE color: 3933153.

HSL color Cylindrical-coordinate representation of color #E1033C: hue angle of 344.59º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1033C is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 60 -
CMYK 0 0.99 0.73 0.12
HSL 344.59º 0.97% 0.45% -
HSV(B) 344.59º 0.99% 0.88% -
XYZ 31.9 16.4 5.76 -
YUV 75.88 119.05 234.37 -
System Red Green Blue C M Y K H S L
Decimal 225 3 60 0 0.99 0.73 0.12 344.59 0.97 0.45
Hex E1 3 3C 0 63 49 C 159 61 2D
Octal 341 3 74 0 143 111 14 531 141 55
Binary 11100001 11 111100 0 1100011 1001001 1100 101011001 1100001 101101

Color Harmonies of #E1033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1033C

Black with #E1033C

Text Example


Text Example

White with #E1033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1033C; }

 p { color: rgb(225,3,60); }

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

background-color css

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

 a { background-color: rgb(225,3,60); }

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

border-color css

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

 span { border-color: rgb(225,3,60); }

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