Html Css Color HEX #E3053D Crimson

📋 copy color: '#E3053D'

red 227 ◦ green 5 ◦ blue 61

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

Shades of Crimson #E3053D

Tints of Crimson #E3053D

RGB

 RED value IS 227 (89.06% from 255) = 77.47%

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 77.47%
G = 1.71%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E3053D (or 0xE3053D) is known color: Crimson. HEX triplet: E3, 05 and 3D. RGB value is (227,5,61). Sum of RGB (Red+Green+Blue) = 227+5+61=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E3053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3053D is #1CFAC2. Grayscale: #4D4D4D. Windows color (decimal): -1899203 or 3999203. OLE color: 3999203.

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

Color convert

RGB 227 5 61 -
CMYK 0 0.98 0.73 0.11
HSL 344.86º 0.96% 0.45% -
HSV(B) 344.86º 0.98% 0.89% -
XYZ 32.58 16.78 5.94 -
YUV 77.76 118.55 234.45 -
System Red Green Blue C M Y K H S L
Decimal 227 5 61 0 0.98 0.73 0.11 344.86 0.96 0.45
Hex E3 5 3D 0 62 49 B 159 60 2D
Octal 343 5 75 0 142 111 13 531 140 55
Binary 11100011 101 111101 0 1100010 1001001 1011 101011001 1100000 101101

Color Harmonies of #E3053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3053D

Black with #E3053D

Text Example


Text Example

White with #E3053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3053D; }

 p { color: rgb(227,5,61); }

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

background-color css

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

 a { background-color: rgb(227,5,61); }

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

border-color css

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

 span { border-color: rgb(227,5,61); }

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