Html Css Color HEX #E00B2C Crimson

📋 copy color: '#E00B2C'

red 224 ◦ green 11 ◦ blue 44

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

Shades of Crimson #E00B2C

Tints of Crimson #E00B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 80.29%
G = 3.94%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E00B2C (or 0xE00B2C) is known color: Crimson. HEX triplet: E0, 0B and 2C. RGB value is (224,11,44). Sum of RGB (Red+Green+Blue) = 224+11+44=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B2C is #1FF4D3. Grayscale: #4E4E4E. Windows color (decimal): -2094292 or 2886624. OLE color: 2886624.

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

Color convert

RGB 224 11 44 -
CMYK 0 0.95 0.80 0.12
HSL 350.7º 0.91% 0.46% -
HSV(B) 350.7º 0.95% 0.88% -
XYZ 31.31 16.27 3.87 -
YUV 78.45 108.57 231.82 -
System Red Green Blue C M Y K H S L
Decimal 224 11 44 0 0.95 0.80 0.12 350.7 0.91 0.46
Hex E0 B 2C 0 5F 50 C 15F 5B 2E
Octal 340 13 54 0 137 120 14 537 133 56
Binary 11100000 1011 101100 0 1011111 1010000 1100 101011111 1011011 101110

Color Harmonies of #E00B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B2C

Black with #E00B2C

Text Example


Text Example

White with #E00B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B2C; }

 p { color: rgb(224,11,44); }

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

background-color css

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

 a { background-color: rgb(224,11,44); }

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

border-color css

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

 span { border-color: rgb(224,11,44); }

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