Html Css Color HEX #E60C28 Crimson

📋 copy color: '#E60C28'

red 230 ◦ green 12 ◦ blue 40

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

Shades of Crimson #E60C28

Tints of Crimson #E60C28

RGB

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

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

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

R = 81.56%
G = 4.26%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E60C28 (or 0xE60C28) is known color: Crimson. HEX triplet: E6, 0C and 28. RGB value is (230,12,40). Sum of RGB (Red+Green+Blue) = 230+12+40=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C28 is #19F3D7. Grayscale: #505050. Windows color (decimal): -1700824 or 2624742. OLE color: 2624742.

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

Color convert

RGB 230 12 40 -
CMYK 0 0.95 0.83 0.10
HSL 352.29º 0.9% 0.47% -
HSV(B) 352.29º 0.95% 0.9% -
XYZ 33.15 17.24 3.59 -
YUV 80.37 105.22 234.72 -
System Red Green Blue C M Y K H S L
Decimal 230 12 40 0 0.95 0.83 0.10 352.29 0.9 0.47
Hex E6 C 28 0 5F 53 A 160 5A 2F
Octal 346 14 50 0 137 123 12 540 132 57
Binary 11100110 1100 101000 0 1011111 1010011 1010 101100000 1011010 101111

Color Harmonies of #E60C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C28

Black with #E60C28

Text Example


Text Example

White with #E60C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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