Html Css Color HEX #E6102E Crimson

📋 copy color: '#E6102E'

red 230 ◦ green 16 ◦ blue 46

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

Shades of Crimson #E6102E

Tints of Crimson #E6102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 78.77%
G = 5.48%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6102E (or 0xE6102E) is known color: Crimson. HEX triplet: E6, 10 and 2E. RGB value is (230,16,46). Sum of RGB (Red+Green+Blue) = 230+16+46=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6102E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6102E is #19EFD1. Grayscale: #535353. Windows color (decimal): -1699794 or 3018982. OLE color: 3018982.

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

Color convert

RGB 230 16 46 -
CMYK 0 0.93 0.8 0.10
HSL 351.59º 0.87% 0.48% -
HSV(B) 351.59º 0.93% 0.9% -
XYZ 33.31 17.39 4.19 -
YUV 83.41 106.9 232.56 -
System Red Green Blue C M Y K H S L
Decimal 230 16 46 0 0.93 0.8 0.10 351.59 0.87 0.48
Hex E6 10 2E 0 5D 50 A 160 57 30
Octal 346 20 56 0 135 120 12 540 127 60
Binary 11100110 10000 101110 0 1011101 1010000 1010 101100000 1010111 110000

Color Harmonies of #E6102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6102E

Black with #E6102E

Text Example


Text Example

White with #E6102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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