Html Css Color HEX #E00B2D Crimson

📋 copy color: '#E00B2D'

red 224 ◦ green 11 ◦ blue 45

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

Shades of Crimson #E00B2D

Tints of Crimson #E00B2D

RGB

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

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

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

R = 80%
G = 3.93%
B = 16.07%

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

#E00B2D (or 0xE00B2D) is known color: Crimson. HEX triplet: E0, 0B and 2D. RGB value is (224,11,45). Sum of RGB (Red+Green+Blue) = 224+11+45=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B2D is #1FF4D2. Grayscale: #4E4E4E. Windows color (decimal): -2094291 or 2952160. OLE color: 2952160.

HSL color Cylindrical-coordinate representation of color #E00B2D: hue angle of 350.42º 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 #E00B2D is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 11 45 -
CMYK 0 0.95 0.80 0.12
HSL 350.42º 0.91% 0.46% -
HSV(B) 350.42º 0.95% 0.88% -
XYZ 31.33 16.28 3.97 -
YUV 78.56 109.07 231.74 -
System Red Green Blue C M Y K H S L
Decimal 224 11 45 0 0.95 0.80 0.12 350.42 0.91 0.46
Hex E0 B 2D 0 5F 50 C 15E 5B 2E
Octal 340 13 55 0 137 120 14 536 133 56
Binary 11100000 1011 101101 0 1011111 1010000 1100 101011110 1011011 101110

Color Harmonies of #E00B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B2D

Black with #E00B2D

Text Example


Text Example

White with #E00B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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