Html Css Color HEX #E60329 Crimson

📋 copy color: '#E60329'

red 230 ◦ green 3 ◦ blue 41

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

Shades of Crimson #E60329

Tints of Crimson #E60329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 83.94%
G = 1.09%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E60329 (or 0xE60329) is known color: Crimson. HEX triplet: E6, 03 and 29. RGB value is (230,3,41). Sum of RGB (Red+Green+Blue) = 230+3+41=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E60329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60329 is #19FCD6. Grayscale: #4B4B4B. Windows color (decimal): -1703127 or 2687974. OLE color: 2687974.

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

Color convert

RGB 230 3 41 -
CMYK 0 0.99 0.82 0.10
HSL 349.96º 0.97% 0.46% -
HSV(B) 349.96º 0.99% 0.9% -
XYZ 33.07 17.05 3.65 -
YUV 75.21 108.71 238.41 -
System Red Green Blue C M Y K H S L
Decimal 230 3 41 0 0.99 0.82 0.10 349.96 0.97 0.46
Hex E6 3 29 0 63 52 A 15E 61 2E
Octal 346 3 51 0 143 122 12 536 141 56
Binary 11100110 11 101001 0 1100011 1010010 1010 101011110 1100001 101110

Color Harmonies of #E60329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60329

Black with #E60329

Text Example


Text Example

White with #E60329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60329; }

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

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

background-color css

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

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

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

border-color css

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

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

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