Html Css Color HEX #E00B3B Crimson

📋 copy color: '#E00B3B'

red 224 ◦ green 11 ◦ blue 59

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

Shades of Crimson #E00B3B

Tints of Crimson #E00B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 76.19%
G = 3.74%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E00B3B (or 0xE00B3B) is known color: Crimson. HEX triplet: E0, 0B and 3B. RGB value is (224,11,59). Sum of RGB (Red+Green+Blue) = 224+11+59=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B3B is #1FF4C4. Grayscale: #505050. Windows color (decimal): -2094277 or 3869664. OLE color: 3869664.

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

Color convert

RGB 224 11 59 -
CMYK 0 0.95 0.74 0.12
HSL 346.48º 0.91% 0.46% -
HSV(B) 346.48º 0.95% 0.88% -
XYZ 31.65 16.4 5.64 -
YUV 80.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 224 11 59 0 0.95 0.74 0.12 346.48 0.91 0.46
Hex E0 B 3B 0 5F 4A C 15A 5B 2E
Octal 340 13 73 0 137 112 14 532 133 56
Binary 11100000 1011 111011 0 1011111 1001010 1100 101011010 1011011 101110

Color Harmonies of #E00B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B3B

Black with #E00B3B

Text Example


Text Example

White with #E00B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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