Html Css Color HEX #E60342 Crimson

📋 copy color: '#E60342'

red 230 ◦ green 3 ◦ blue 66

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

Shades of Crimson #E60342

Tints of Crimson #E60342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 76.92%
G = 1%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E60342 (or 0xE60342) is known color: Crimson. HEX triplet: E6, 03 and 42. RGB value is (230,3,66). Sum of RGB (Red+Green+Blue) = 230+3+66=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E60342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60342 is #19FCBD. Grayscale: #4E4E4E. Windows color (decimal): -1703102 or 4326374. OLE color: 4326374.

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

Color convert

RGB 230 3 66 -
CMYK 0 0.99 0.71 0.10
HSL 343.35º 0.97% 0.46% -
HSV(B) 343.35º 0.99% 0.9% -
XYZ 33.65 17.28 6.72 -
YUV 78.06 121.21 236.38 -
System Red Green Blue C M Y K H S L
Decimal 230 3 66 0 0.99 0.71 0.10 343.35 0.97 0.46
Hex E6 3 42 0 63 47 A 157 61 2E
Octal 346 3 102 0 143 107 12 527 141 56
Binary 11100110 11 1000010 0 1100011 1000111 1010 101010111 1100001 101110

Color Harmonies of #E60342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60342

Black with #E60342

Text Example


Text Example

White with #E60342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60342; }

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

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

background-color css

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

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

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

border-color css

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

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

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