Html Css Color HEX #E60B41 Crimson

📋 copy color: '#E60B41'

red 230 ◦ green 11 ◦ blue 65

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

Shades of Crimson #E60B41

Tints of Crimson #E60B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 75.16%
G = 3.59%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E60B41 (or 0xE60B41) is known color: Crimson. HEX triplet: E6, 0B and 41. RGB value is (230,11,65). Sum of RGB (Red+Green+Blue) = 230+11+65=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B41 is #19F4BE. Grayscale: #525252. Windows color (decimal): -1701055 or 4262886. OLE color: 4262886.

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

Color convert

RGB 230 11 65 -
CMYK 0 0.95 0.72 0.10
HSL 345.21º 0.91% 0.47% -
HSV(B) 345.21º 0.95% 0.9% -
XYZ 33.71 17.44 6.59 -
YUV 82.64 118.05 233.11 -
System Red Green Blue C M Y K H S L
Decimal 230 11 65 0 0.95 0.72 0.10 345.21 0.91 0.47
Hex E6 B 41 0 5F 48 A 159 5B 2F
Octal 346 13 101 0 137 110 12 531 133 57
Binary 11100110 1011 1000001 0 1011111 1001000 1010 101011001 1011011 101111

Color Harmonies of #E60B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B41

Black with #E60B41

Text Example


Text Example

White with #E60B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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