Html Css Color HEX #E0102D Crimson

📋 copy color: '#E0102D'

red 224 ◦ green 16 ◦ blue 45

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

Shades of Crimson #E0102D

Tints of Crimson #E0102D

RGB

 RED value IS 224 (87.89% from 255) = 78.6%

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 78.6%
G = 5.61%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0102D (or 0xE0102D) is known color: Crimson. HEX triplet: E0, 10 and 2D. RGB value is (224,16,45). Sum of RGB (Red+Green+Blue) = 224+16+45=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0102D is #1FEFD2. Grayscale: #515151. Windows color (decimal): -2093011 or 2953440. OLE color: 2953440.

HSL color Cylindrical-coordinate representation of color #E0102D: hue angle of 351.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0102D is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 45 -
CMYK 0 0.93 0.80 0.12
HSL 351.63º 0.87% 0.47% -
HSV(B) 351.63º 0.93% 0.88% -
XYZ 31.4 16.41 3.99 -
YUV 81.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 224 16 45 0 0.93 0.80 0.12 351.63 0.87 0.47
Hex E0 10 2D 0 5D 50 C 160 57 2F
Octal 340 20 55 0 135 120 14 540 127 57
Binary 11100000 10000 101101 0 1011101 1010000 1100 101100000 1010111 101111

Color Harmonies of #E0102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0102D

Black with #E0102D

Text Example


Text Example

White with #E0102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0102D; }

 p { color: rgb(224,16,45); }

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

background-color css

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

 a { background-color: rgb(224,16,45); }

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

border-color css

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

 span { border-color: rgb(224,16,45); }

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