Html Css Color HEX #E60C35 Crimson

📋 copy color: '#E60C35'

red 230 ◦ green 12 ◦ blue 53

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

Shades of Crimson #E60C35

Tints of Crimson #E60C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

 BLUE value IS 53 (21.09% from 255) = 17.97%

R = 77.97%
G = 4.07%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E60C35 (or 0xE60C35) is known color: Crimson. HEX triplet: E6, 0C and 35. RGB value is (230,12,53). Sum of RGB (Red+Green+Blue) = 230+12+53=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C35 is #19F3CA. Grayscale: #515151. Windows color (decimal): -1700811 or 3476710. OLE color: 3476710.

HSL color Cylindrical-coordinate representation of color #E60C35: hue angle of 348.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C35 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 12 53 -
CMYK 0 0.95 0.77 0.10
HSL 348.72º 0.9% 0.47% -
HSV(B) 348.72º 0.95% 0.9% -
XYZ 33.41 17.34 4.95 -
YUV 81.86 111.72 233.67 -
System Red Green Blue C M Y K H S L
Decimal 230 12 53 0 0.95 0.77 0.10 348.72 0.9 0.47
Hex E6 C 35 0 5F 4D A 15D 5A 2F
Octal 346 14 65 0 137 115 12 535 132 57
Binary 11100110 1100 110101 0 1011111 1001101 1010 101011101 1011010 101111

Color Harmonies of #E60C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C35

Black with #E60C35

Text Example


Text Example

White with #E60C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C35; }

 p { color: rgb(230,12,53); }

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

background-color css

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

 a { background-color: rgb(230,12,53); }

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

border-color css

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

 span { border-color: rgb(230,12,53); }

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