Html Css Color HEX #E60528 Crimson

📋 copy color: '#E60528'

red 230 ◦ green 5 ◦ blue 40

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

Shades of Crimson #E60528

Tints of Crimson #E60528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 83.64%
G = 1.82%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E60528 (or 0xE60528) is known color: Crimson. HEX triplet: E6, 05 and 28. RGB value is (230,5,40). Sum of RGB (Red+Green+Blue) = 230+5+40=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E60528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60528 is #19FAD7. Grayscale: #4C4C4C. Windows color (decimal): -1702616 or 2622950. OLE color: 2622950.

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

Color convert

RGB 230 5 40 -
CMYK 0 0.98 0.83 0.10
HSL 350.67º 0.96% 0.46% -
HSV(B) 350.67º 0.98% 0.9% -
XYZ 33.07 17.08 3.56 -
YUV 76.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 230 5 40 0 0.98 0.83 0.10 350.67 0.96 0.46
Hex E6 5 28 0 62 53 A 15F 60 2E
Octal 346 5 50 0 142 123 12 537 140 56
Binary 11100110 101 101000 0 1100010 1010011 1010 101011111 1100000 101110

Color Harmonies of #E60528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60528

Black with #E60528

Text Example


Text Example

White with #E60528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60528; }

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

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

background-color css

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

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

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

border-color css

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

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

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