Html Css Color HEX #E1083F Crimson

📋 copy color: '#E1083F'

red 225 ◦ green 8 ◦ blue 63

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

Shades of Crimson #E1083F

Tints of Crimson #E1083F

RGB

 RED value IS 225 (88.28% from 255) = 76.01%

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 76.01%
G = 2.7%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1083F (or 0xE1083F) is known color: Crimson. HEX triplet: E1, 08 and 3F. RGB value is (225,8,63). Sum of RGB (Red+Green+Blue) = 225+8+63=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E1083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1083F is #1EF7C0. Grayscale: #4F4F4F. Windows color (decimal): -2029505 or 4131041. OLE color: 4131041.

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

Color convert

RGB 225 8 63 -
CMYK 0 0.96 0.72 0.12
HSL 344.79º 0.93% 0.46% -
HSV(B) 344.79º 0.96% 0.88% -
XYZ 32.04 16.54 6.21 -
YUV 79.15 118.89 232.03 -
System Red Green Blue C M Y K H S L
Decimal 225 8 63 0 0.96 0.72 0.12 344.79 0.93 0.46
Hex E1 8 3F 0 60 48 C 159 5D 2E
Octal 341 10 77 0 140 110 14 531 135 56
Binary 11100001 1000 111111 0 1100000 1001000 1100 101011001 1011101 101110

Color Harmonies of #E1083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1083F

Black with #E1083F

Text Example


Text Example

White with #E1083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1083F; }

 p { color: rgb(225,8,63); }

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

background-color css

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

 a { background-color: rgb(225,8,63); }

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

border-color css

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

 span { border-color: rgb(225,8,63); }

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