Html Css Color HEX #E60D2B Crimson

📋 copy color: '#E60D2B'

red 230 ◦ green 13 ◦ blue 43

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

Shades of Crimson #E60D2B

Tints of Crimson #E60D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 80.42%
G = 4.55%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E60D2B (or 0xE60D2B) is known color: Crimson. HEX triplet: E6, 0D and 2B. RGB value is (230,13,43). Sum of RGB (Red+Green+Blue) = 230+13+43=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D2B is #19F2D4. Grayscale: #515151. Windows color (decimal): -1700565 or 2821606. OLE color: 2821606.

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

Color convert

RGB 230 13 43 -
CMYK 0 0.94 0.81 0.10
HSL 351.71º 0.89% 0.48% -
HSV(B) 351.71º 0.94% 0.9% -
XYZ 33.21 17.29 3.87 -
YUV 81.3 106.39 234.06 -
System Red Green Blue C M Y K H S L
Decimal 230 13 43 0 0.94 0.81 0.10 351.71 0.89 0.48
Hex E6 D 2B 0 5E 51 A 160 59 30
Octal 346 15 53 0 136 121 12 540 131 60
Binary 11100110 1101 101011 0 1011110 1010001 1010 101100000 1011001 110000

Color Harmonies of #E60D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D2B

Black with #E60D2B

Text Example


Text Example

White with #E60D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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