Html Css Color HEX #E11630 Crimson

📋 copy color: '#E11630'

red 225 ◦ green 22 ◦ blue 48

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

Shades of Crimson #E11630

Tints of Crimson #E11630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 76.27%
G = 7.46%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E11630 (or 0xE11630) is known color: Crimson. HEX triplet: E1, 16 and 30. RGB value is (225,22,48). Sum of RGB (Red+Green+Blue) = 225+22+48=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E11630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11630 is #1EE9CF. Grayscale: #555555. Windows color (decimal): -2025936 or 3151585. OLE color: 3151585.

HSL color Cylindrical-coordinate representation of color #E11630: hue angle of 352.32º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11630 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 48 -
CMYK 0 0.90 0.79 0.12
HSL 352.32º 0.82% 0.48% -
HSV(B) 352.32º 0.9% 0.88% -
XYZ 31.87 16.79 4.36 -
YUV 85.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 225 22 48 0 0.90 0.79 0.12 352.32 0.82 0.48
Hex E1 16 30 0 5A 4F C 160 52 30
Octal 341 26 60 0 132 117 14 540 122 60
Binary 11100001 10110 110000 0 1011010 1001111 1100 101100000 1010010 110000

Color Harmonies of #E11630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11630

Black with #E11630

Text Example


Text Example

White with #E11630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11630; }

 p { color: rgb(225,22,48); }

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

background-color css

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

 a { background-color: rgb(225,22,48); }

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

border-color css

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

 span { border-color: rgb(225,22,48); }

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