Html Css Color HEX #E60135 Crimson

📋 copy color: '#E60135'

red 230 ◦ green 1 ◦ blue 53

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

Shades of Crimson #E60135

Tints of Crimson #E60135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 80.99%
G = 0.35%
B = 18.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E60135 (or 0xE60135) is known color: Crimson. HEX triplet: E6, 01 and 35. RGB value is (230,1,53). Sum of RGB (Red+Green+Blue) = 230+1+53=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E60135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60135 is #19FECA. Grayscale: #4B4B4B. Windows color (decimal): -1703627 or 3473894. OLE color: 3473894.

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

Color convert

RGB 230 1 53 -
CMYK 0 1.00 0.77 0.10
HSL 346.38º 0.99% 0.45% -
HSV(B) 346.38º 1% 0.9% -
XYZ 33.29 17.1 4.91 -
YUV 75.4 115.37 238.27 -
System Red Green Blue C M Y K H S L
Decimal 230 1 53 0 1.00 0.77 0.10 346.38 0.99 0.45
Hex E6 1 35 0 64 4D A 15A 63 2D
Octal 346 1 65 0 144 115 12 532 143 55
Binary 11100110 1 110101 0 1100100 1001101 1010 101011010 1100011 101101

Color Harmonies of #E60135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60135

Black with #E60135

Text Example


Text Example

White with #E60135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60135; }

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

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

background-color css

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

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

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

border-color css

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

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

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