Html Css Color HEX #E7102A Crimson

📋 copy color: '#E7102A'

red 231 ◦ green 16 ◦ blue 42

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

Shades of Crimson #E7102A

Tints of Crimson #E7102A

RGB

 RED value IS 231 (90.63% from 255) = 79.93%

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 79.93%
G = 5.54%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7102A (or 0xE7102A) is known color: Crimson. HEX triplet: E7, 10 and 2A. RGB value is (231,16,42). Sum of RGB (Red+Green+Blue) = 231+16+42=289 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.93% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 231 - color contains mainly: red. Hex color #E7102A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7102A is #18EFD5. Grayscale: #535353. Windows color (decimal): -1634262 or 2756839. OLE color: 2756839.

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

Color convert

RGB 231 16 42 -
CMYK 0 0.93 0.82 0.09
HSL 352.74º 0.87% 0.48% -
HSV(B) 352.74º 0.93% 0.91% -
XYZ 33.56 17.53 3.8 -
YUV 83.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 231 16 42 0 0.93 0.82 0.09 352.74 0.87 0.48
Hex E7 10 2A 0 5D 52 9 161 57 30
Octal 347 20 52 0 135 122 11 541 127 60
Binary 11100111 10000 101010 0 1011101 1010010 1001 101100001 1010111 110000

Color Harmonies of #E7102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7102A

Black with #E7102A

Text Example


Text Example

White with #E7102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7102A; }

 p { color: rgb(231,16,42); }

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

background-color css

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

 a { background-color: rgb(231,16,42); }

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

border-color css

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

 span { border-color: rgb(231,16,42); }

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