Html Css Color HEX #E60D3B Crimson

📋 copy color: '#E60D3B'

red 230 ◦ green 13 ◦ blue 59

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

Shades of Crimson #E60D3B

Tints of Crimson #E60D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 76.16%
G = 4.3%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E60D3B (or 0xE60D3B) is known color: Crimson. HEX triplet: E6, 0D and 3B. RGB value is (230,13,59). Sum of RGB (Red+Green+Blue) = 230+13+59=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D3B is #19F2C4. Grayscale: #535353. Windows color (decimal): -1700549 or 3870182. OLE color: 3870182.

HSL color Cylindrical-coordinate representation of color #E60D3B: hue angle of 347.28º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D3B is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 13 59 -
CMYK 0 0.94 0.74 0.10
HSL 347.28º 0.89% 0.48% -
HSV(B) 347.28º 0.94% 0.9% -
XYZ 33.57 17.43 5.73 -
YUV 83.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 230 13 59 0 0.94 0.74 0.10 347.28 0.89 0.48
Hex E6 D 3B 0 5E 4A A 15B 59 30
Octal 346 15 73 0 136 112 12 533 131 60
Binary 11100110 1101 111011 0 1011110 1001010 1010 101011011 1011001 110000

Color Harmonies of #E60D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D3B

Black with #E60D3B

Text Example


Text Example

White with #E60D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D3B; }

 p { color: rgb(230,13,59); }

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

background-color css

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

 a { background-color: rgb(230,13,59); }

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

border-color css

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

 span { border-color: rgb(230,13,59); }

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