Html Css Color HEX #E60527 Crimson

📋 copy color: '#E60527'

red 230 ◦ green 5 ◦ blue 39

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

Shades of Crimson #E60527

Tints of Crimson #E60527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 83.94%
G = 1.82%
B = 14.23%

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

#E60527 (or 0xE60527) is known color: Crimson. HEX triplet: E6, 05 and 27. RGB value is (230,5,39). Sum of RGB (Red+Green+Blue) = 230+5+39=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E60527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60527 is #19FAD8. Grayscale: #4C4C4C. Windows color (decimal): -1702617 or 2557414. OLE color: 2557414.

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

Color convert

RGB 230 5 39 -
CMYK 0 0.98 0.83 0.10
HSL 350.93º 0.96% 0.46% -
HSV(B) 350.93º 0.98% 0.9% -
XYZ 33.05 17.08 3.47 -
YUV 76.15 107.04 237.74 -
System Red Green Blue C M Y K H S L
Decimal 230 5 39 0 0.98 0.83 0.10 350.93 0.96 0.46
Hex E6 5 27 0 62 53 A 15F 60 2E
Octal 346 5 47 0 142 123 12 537 140 56
Binary 11100110 101 100111 0 1100010 1010011 1010 101011111 1100000 101110

Color Harmonies of #E60527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60527

Black with #E60527

Text Example


Text Example

White with #E60527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60527; }

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

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

background-color css

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

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

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

border-color css

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

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

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