Html Css Color HEX #E60D30 Crimson

📋 copy color: '#E60D30'

red 230 ◦ green 13 ◦ blue 48

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

Shades of Crimson #E60D30

Tints of Crimson #E60D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 79.04%
G = 4.47%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E60D30 (or 0xE60D30) is known color: Crimson. HEX triplet: E6, 0D and 30. RGB value is (230,13,48). Sum of RGB (Red+Green+Blue) = 230+13+48=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D30 is #19F2CF. Grayscale: #515151. Windows color (decimal): -1700560 or 3149286. OLE color: 3149286.

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

Color convert

RGB 230 13 48 -
CMYK 0 0.94 0.79 0.10
HSL 350.32º 0.89% 0.48% -
HSV(B) 350.32º 0.94% 0.9% -
XYZ 33.31 17.32 4.38 -
YUV 81.87 108.89 233.65 -
System Red Green Blue C M Y K H S L
Decimal 230 13 48 0 0.94 0.79 0.10 350.32 0.89 0.48
Hex E6 D 30 0 5E 4F A 15E 59 30
Octal 346 15 60 0 136 117 12 536 131 60
Binary 11100110 1101 110000 0 1011110 1001111 1010 101011110 1011001 110000

Color Harmonies of #E60D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D30

Black with #E60D30

Text Example


Text Example

White with #E60D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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