Html Css Color HEX #E61335 Crimson

📋 copy color: '#E61335'

red 230 ◦ green 19 ◦ blue 53

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

Shades of Crimson #E61335

Tints of Crimson #E61335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 76.16%
G = 6.29%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E61335 (or 0xE61335) is known color: Crimson. HEX triplet: E6, 13 and 35. RGB value is (230,19,53). Sum of RGB (Red+Green+Blue) = 230+19+53=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E61335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61335 is #19ECCA. Grayscale: #565656. Windows color (decimal): -1699019 or 3478502. OLE color: 3478502.

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

Color convert

RGB 230 19 53 -
CMYK 0 0.92 0.77 0.10
HSL 350.33º 0.85% 0.49% -
HSV(B) 350.33º 0.92% 0.9% -
XYZ 33.51 17.55 4.99 -
YUV 85.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 230 19 53 0 0.92 0.77 0.10 350.33 0.85 0.49
Hex E6 13 35 0 5C 4D A 15E 55 31
Octal 346 23 65 0 134 115 12 536 125 61
Binary 11100110 10011 110101 0 1011100 1001101 1010 101011110 1010101 110001

Color Harmonies of #E61335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61335

Black with #E61335

Text Example


Text Example

White with #E61335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61335; }

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

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

background-color css

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

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

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

border-color css

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

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

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