Html Css Color HEX #E60D3D Crimson

📋 copy color: '#E60D3D'

red 230 ◦ green 13 ◦ blue 61

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

Shades of Crimson #E60D3D

Tints of Crimson #E60D3D

RGB

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

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

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

R = 75.66%
G = 4.28%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E60D3D (or 0xE60D3D) is known color: Crimson. HEX triplet: E6, 0D and 3D. RGB value is (230,13,61). Sum of RGB (Red+Green+Blue) = 230+13+61=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D3D is #19F2C2. Grayscale: #535353. Windows color (decimal): -1700547 or 4001254. OLE color: 4001254.

HSL color Cylindrical-coordinate representation of color #E60D3D: hue angle of 346.73º 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 #E60D3D is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 13 61 -
CMYK 0 0.94 0.73 0.10
HSL 346.73º 0.89% 0.48% -
HSV(B) 346.73º 0.94% 0.9% -
XYZ 33.62 17.45 6.01 -
YUV 83.36 115.39 232.6 -
System Red Green Blue C M Y K H S L
Decimal 230 13 61 0 0.94 0.73 0.10 346.73 0.89 0.48
Hex E6 D 3D 0 5E 49 A 15B 59 30
Octal 346 15 75 0 136 111 12 533 131 60
Binary 11100110 1101 111101 0 1011110 1001001 1010 101011011 1011001 110000

Color Harmonies of #E60D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D3D

Black with #E60D3D

Text Example


Text Example

White with #E60D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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