Html Css Color HEX #E61338 Crimson

📋 copy color: '#E61338'

red 230 ◦ green 19 ◦ blue 56

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

Shades of Crimson #E61338

Tints of Crimson #E61338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 75.41%
G = 6.23%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E61338 (or 0xE61338) is known color: Crimson. HEX triplet: E6, 13 and 38. RGB value is (230,19,56). Sum of RGB (Red+Green+Blue) = 230+19+56=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E61338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61338 is #19ECC7. Grayscale: #565656. Windows color (decimal): -1699016 or 3675110. OLE color: 3675110.

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

Color convert

RGB 230 19 56 -
CMYK 0 0.92 0.76 0.10
HSL 349.48º 0.85% 0.49% -
HSV(B) 349.48º 0.92% 0.9% -
XYZ 33.58 17.57 5.36 -
YUV 86.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 230 19 56 0 0.92 0.76 0.10 349.48 0.85 0.49
Hex E6 13 38 0 5C 4C A 15D 55 31
Octal 346 23 70 0 134 114 12 535 125 61
Binary 11100110 10011 111000 0 1011100 1001100 1010 101011101 1010101 110001

Color Harmonies of #E61338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61338

Black with #E61338

Text Example


Text Example

White with #E61338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61338; }

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

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

background-color css

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

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

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

border-color css

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

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

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