Html Css Color HEX #E60B45 Crimson

📋 copy color: '#E60B45'

red 230 ◦ green 11 ◦ blue 69

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

Shades of Crimson #E60B45

Tints of Crimson #E60B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 74.19%
G = 3.55%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E60B45 (or 0xE60B45) is known color: Crimson. HEX triplet: E6, 0B and 45. RGB value is (230,11,69). Sum of RGB (Red+Green+Blue) = 230+11+69=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B45 is #19F4BA. Grayscale: #535353. Windows color (decimal): -1701051 or 4525030. OLE color: 4525030.

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

Color convert

RGB 230 11 69 -
CMYK 0 0.95 0.7 0.10
HSL 344.11º 0.91% 0.47% -
HSV(B) 344.11º 0.95% 0.9% -
XYZ 33.83 17.49 7.22 -
YUV 83.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 230 11 69 0 0.95 0.7 0.10 344.11 0.91 0.47
Hex E6 B 45 0 5F 46 A 158 5B 2F
Octal 346 13 105 0 137 106 12 530 133 57
Binary 11100110 1011 1000101 0 1011111 1000110 1010 101011000 1011011 101111

Color Harmonies of #E60B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B45

Black with #E60B45

Text Example


Text Example

White with #E60B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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