Html Css Color HEX #E1063E Crimson

📋 copy color: '#E1063E'

red 225 ◦ green 6 ◦ blue 62

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

Shades of Crimson #E1063E

Tints of Crimson #E1063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 76.79%
G = 2.05%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1063E (or 0xE1063E) is known color: Crimson. HEX triplet: E1, 06 and 3E. RGB value is (225,6,62). Sum of RGB (Red+Green+Blue) = 225+6+62=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1063E is #1EF9C1. Grayscale: #4D4D4D. Windows color (decimal): -2030018 or 4064993. OLE color: 4064993.

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

Color convert

RGB 225 6 62 -
CMYK 0 0.97 0.72 0.12
HSL 344.66º 0.95% 0.45% -
HSV(B) 344.66º 0.97% 0.88% -
XYZ 31.99 16.49 6.05 -
YUV 77.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 225 6 62 0 0.97 0.72 0.12 344.66 0.95 0.45
Hex E1 6 3E 0 61 48 C 159 5F 2D
Octal 341 6 76 0 141 110 14 531 137 55
Binary 11100001 110 111110 0 1100001 1001000 1100 101011001 1011111 101101

Color Harmonies of #E1063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1063E

Black with #E1063E

Text Example


Text Example

White with #E1063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1063E; }

 p { color: rgb(225,6,62); }

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

background-color css

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

 a { background-color: rgb(225,6,62); }

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

border-color css

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

 span { border-color: rgb(225,6,62); }

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