Html Css Color HEX #E60328 Crimson

📋 copy color: '#E60328'

red 230 ◦ green 3 ◦ blue 40

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

Shades of Crimson #E60328

Tints of Crimson #E60328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 84.25%
G = 1.1%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E60328 (or 0xE60328) is known color: Crimson. HEX triplet: E6, 03 and 28. RGB value is (230,3,40). Sum of RGB (Red+Green+Blue) = 230+3+40=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E60328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60328 is #19FCD7. Grayscale: #4B4B4B. Windows color (decimal): -1703128 or 2622438. OLE color: 2622438.

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

Color convert

RGB 230 3 40 -
CMYK 0 0.99 0.83 0.10
HSL 350.22º 0.97% 0.46% -
HSV(B) 350.22º 0.99% 0.9% -
XYZ 33.05 17.04 3.55 -
YUV 75.09 108.21 238.49 -
System Red Green Blue C M Y K H S L
Decimal 230 3 40 0 0.99 0.83 0.10 350.22 0.97 0.46
Hex E6 3 28 0 63 53 A 15E 61 2E
Octal 346 3 50 0 143 123 12 536 141 56
Binary 11100110 11 101000 0 1100011 1010011 1010 101011110 1100001 101110

Color Harmonies of #E60328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60328

Black with #E60328

Text Example


Text Example

White with #E60328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60328; }

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

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

background-color css

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

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

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

border-color css

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

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

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