Html Css Color HEX #E60942 Crimson

📋 copy color: '#E60942'

red 230 ◦ green 9 ◦ blue 66

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

Shades of Crimson #E60942

Tints of Crimson #E60942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 75.41%
G = 2.95%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E60942 (or 0xE60942) is known color: Crimson. HEX triplet: E6, 09 and 42. RGB value is (230,9,66). Sum of RGB (Red+Green+Blue) = 230+9+66=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E60942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60942 is #19F6BD. Grayscale: #515151. Windows color (decimal): -1701566 or 4327910. OLE color: 4327910.

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

Color convert

RGB 230 9 66 -
CMYK 0 0.96 0.71 0.10
HSL 344.52º 0.92% 0.47% -
HSV(B) 344.52º 0.96% 0.9% -
XYZ 33.71 17.41 6.74 -
YUV 81.58 119.22 233.87 -
System Red Green Blue C M Y K H S L
Decimal 230 9 66 0 0.96 0.71 0.10 344.52 0.92 0.47
Hex E6 9 42 0 60 47 A 159 5C 2F
Octal 346 11 102 0 140 107 12 531 134 57
Binary 11100110 1001 1000010 0 1100000 1000111 1010 101011001 1011100 101111

Color Harmonies of #E60942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60942

Black with #E60942

Text Example


Text Example

White with #E60942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60942; }

 p { color: rgb(230,9,66); }

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

background-color css

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

 a { background-color: rgb(230,9,66); }

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

border-color css

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

 span { border-color: rgb(230,9,66); }

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