Html Css Color HEX #E2063C Crimson

📋 copy color: '#E2063C'

red 226 ◦ green 6 ◦ blue 60

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

Shades of Crimson #E2063C

Tints of Crimson #E2063C

RGB

 RED value IS 226 (88.67% from 255) = 77.4%

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

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

R = 77.4%
G = 2.05%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2063C (or 0xE2063C) is known color: Crimson. HEX triplet: E2, 06 and 3C. RGB value is (226,6,60). Sum of RGB (Red+Green+Blue) = 226+6+60=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2063C is #1DF9C3. Grayscale: #4D4D4D. Windows color (decimal): -1964484 or 3933922. OLE color: 3933922.

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

Color convert

RGB 226 6 60 -
CMYK 0 0.97 0.73 0.11
HSL 345.27º 0.95% 0.45% -
HSV(B) 345.27º 0.97% 0.89% -
XYZ 32.24 16.63 5.78 -
YUV 77.94 117.89 233.61 -
System Red Green Blue C M Y K H S L
Decimal 226 6 60 0 0.97 0.73 0.11 345.27 0.95 0.45
Hex E2 6 3C 0 61 49 B 159 5F 2D
Octal 342 6 74 0 141 111 13 531 137 55
Binary 11100010 110 111100 0 1100001 1001001 1011 101011001 1011111 101101

Color Harmonies of #E2063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2063C

Black with #E2063C

Text Example


Text Example

White with #E2063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2063C; }

 p { color: rgb(226,6,60); }

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

background-color css

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

 a { background-color: rgb(226,6,60); }

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

border-color css

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

 span { border-color: rgb(226,6,60); }

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