Html Css Color HEX #E6103B Crimson

📋 copy color: '#E6103B'

red 230 ◦ green 16 ◦ blue 59

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

Shades of Crimson #E6103B

Tints of Crimson #E6103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

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

R = 75.41%
G = 5.25%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6103B (or 0xE6103B) is known color: Crimson. HEX triplet: E6, 10 and 3B. RGB value is (230,16,59). Sum of RGB (Red+Green+Blue) = 230+16+59=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E6103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6103B is #19EFC4. Grayscale: #545454. Windows color (decimal): -1699781 or 3870950. OLE color: 3870950.

HSL color Cylindrical-coordinate representation of color #E6103B: hue angle of 347.94º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6103B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 59 -
CMYK 0 0.93 0.74 0.10
HSL 347.94º 0.87% 0.48% -
HSV(B) 347.94º 0.93% 0.9% -
XYZ 33.61 17.51 5.75 -
YUV 84.89 113.4 231.5 -
System Red Green Blue C M Y K H S L
Decimal 230 16 59 0 0.93 0.74 0.10 347.94 0.87 0.48
Hex E6 10 3B 0 5D 4A A 15C 57 30
Octal 346 20 73 0 135 112 12 534 127 60
Binary 11100110 10000 111011 0 1011101 1001010 1010 101011100 1010111 110000

Color Harmonies of #E6103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6103B

Black with #E6103B

Text Example


Text Example

White with #E6103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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