Html Css Color HEX #E5102A Crimson

📋 copy color: '#E5102A'

red 229 ◦ green 16 ◦ blue 42

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

Shades of Crimson #E5102A

Tints of Crimson #E5102A

RGB

 RED value IS 229 (89.84% from 255) = 79.79%

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

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

R = 79.79%
G = 5.57%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5102A (or 0xE5102A) is known color: Crimson. HEX triplet: E5, 10 and 2A. RGB value is (229,16,42). Sum of RGB (Red+Green+Blue) = 229+16+42=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E5102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5102A is #1AEFD5. Grayscale: #525252. Windows color (decimal): -1765334 or 2756837. OLE color: 2756837.

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

Color convert

RGB 229 16 42 -
CMYK 0 0.93 0.82 0.10
HSL 352.68º 0.87% 0.48% -
HSV(B) 352.68º 0.93% 0.9% -
XYZ 32.92 17.2 3.77 -
YUV 82.65 105.07 232.39 -
System Red Green Blue C M Y K H S L
Decimal 229 16 42 0 0.93 0.82 0.10 352.68 0.87 0.48
Hex E5 10 2A 0 5D 52 A 161 57 30
Octal 345 20 52 0 135 122 12 541 127 60
Binary 11100101 10000 101010 0 1011101 1010010 1010 101100001 1010111 110000

Color Harmonies of #E5102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5102A

Black with #E5102A

Text Example


Text Example

White with #E5102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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