Html Css Color HEX #E6053D Crimson

📋 copy color: '#E6053D'

red 230 ◦ green 5 ◦ blue 61

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

Shades of Crimson #E6053D

Tints of Crimson #E6053D

RGB

 RED value IS 230 (90.23% from 255) = 77.7%

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

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

R = 77.7%
G = 1.69%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6053D (or 0xE6053D) is known color: Crimson. HEX triplet: E6, 05 and 3D. RGB value is (230,5,61). Sum of RGB (Red+Green+Blue) = 230+5+61=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E6053D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6053D is #19FAC2. Grayscale: #4E4E4E. Windows color (decimal): -1702595 or 3999206. OLE color: 3999206.

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

Color convert

RGB 230 5 61 -
CMYK 0 0.98 0.73 0.10
HSL 345.07º 0.96% 0.46% -
HSV(B) 345.07º 0.98% 0.9% -
XYZ 33.53 17.27 5.98 -
YUV 78.66 118.04 235.95 -
System Red Green Blue C M Y K H S L
Decimal 230 5 61 0 0.98 0.73 0.10 345.07 0.96 0.46
Hex E6 5 3D 0 62 49 A 159 60 2E
Octal 346 5 75 0 142 111 12 531 140 56
Binary 11100110 101 111101 0 1100010 1001001 1010 101011001 1100000 101110

Color Harmonies of #E6053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6053D

Black with #E6053D

Text Example


Text Example

White with #E6053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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