Html Css Color HEX #E60B3C Crimson

📋 copy color: '#E60B3C'

red 230 ◦ green 11 ◦ blue 60

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

Shades of Crimson #E60B3C

Tints of Crimson #E60B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 76.41%
G = 3.65%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E60B3C (or 0xE60B3C) is known color: Crimson. HEX triplet: E6, 0B and 3C. RGB value is (230,11,60). Sum of RGB (Red+Green+Blue) = 230+11+60=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B3C is #19F4C3. Grayscale: #525252. Windows color (decimal): -1701060 or 3935206. OLE color: 3935206.

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

Color convert

RGB 230 11 60 -
CMYK 0 0.95 0.74 0.10
HSL 346.58º 0.91% 0.47% -
HSV(B) 346.58º 0.95% 0.9% -
XYZ 33.57 17.39 5.86 -
YUV 82.07 115.55 233.52 -
System Red Green Blue C M Y K H S L
Decimal 230 11 60 0 0.95 0.74 0.10 346.58 0.91 0.47
Hex E6 B 3C 0 5F 4A A 15B 5B 2F
Octal 346 13 74 0 137 112 12 533 133 57
Binary 11100110 1011 111100 0 1011111 1001010 1010 101011011 1011011 101111

Color Harmonies of #E60B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B3C

Black with #E60B3C

Text Example


Text Example

White with #E60B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B3C; }

 p { color: rgb(230,11,60); }

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

background-color css

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

 a { background-color: rgb(230,11,60); }

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

border-color css

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

 span { border-color: rgb(230,11,60); }

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