Html Css Color HEX #E60C30 Crimson

📋 copy color: '#E60C30'

red 230 ◦ green 12 ◦ blue 48

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

Shades of Crimson #E60C30

Tints of Crimson #E60C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 79.31%
G = 4.14%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E60C30 (or 0xE60C30) is known color: Crimson. HEX triplet: E6, 0C and 30. RGB value is (230,12,48). Sum of RGB (Red+Green+Blue) = 230+12+48=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C30 is #19F3CF. Grayscale: #515151. Windows color (decimal): -1700816 or 3149030. OLE color: 3149030.

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

Color convert

RGB 230 12 48 -
CMYK 0 0.95 0.79 0.10
HSL 350.09º 0.9% 0.47% -
HSV(B) 350.09º 0.95% 0.9% -
XYZ 33.3 17.3 4.38 -
YUV 81.29 109.22 234.07 -
System Red Green Blue C M Y K H S L
Decimal 230 12 48 0 0.95 0.79 0.10 350.09 0.9 0.47
Hex E6 C 30 0 5F 4F A 15E 5A 2F
Octal 346 14 60 0 137 117 12 536 132 57
Binary 11100110 1100 110000 0 1011111 1001111 1010 101011110 1011010 101111

Color Harmonies of #E60C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C30

Black with #E60C30

Text Example


Text Example

White with #E60C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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