Html Css Color HEX #E6133B Crimson

📋 copy color: '#E6133B'

red 230 ◦ green 19 ◦ blue 59

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

Shades of Crimson #E6133B

Tints of Crimson #E6133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 74.68%
G = 6.17%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6133B (or 0xE6133B) is known color: Crimson. HEX triplet: E6, 13 and 3B. RGB value is (230,19,59). Sum of RGB (Red+Green+Blue) = 230+19+59=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6133B is #19ECC4. Grayscale: #565656. Windows color (decimal): -1699013 or 3871718. OLE color: 3871718.

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

Color convert

RGB 230 19 59 -
CMYK 0 0.92 0.74 0.10
HSL 348.63º 0.85% 0.49% -
HSV(B) 348.63º 0.92% 0.9% -
XYZ 33.66 17.6 5.76 -
YUV 86.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 230 19 59 0 0.92 0.74 0.10 348.63 0.85 0.49
Hex E6 13 3B 0 5C 4A A 15D 55 31
Octal 346 23 73 0 134 112 12 535 125 61
Binary 11100110 10011 111011 0 1011100 1001010 1010 101011101 1010101 110001

Color Harmonies of #E6133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6133B

Black with #E6133B

Text Example


Text Example

White with #E6133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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