Html Css Color HEX #E70B33 Crimson

📋 copy color: '#E70B33'

red 231 ◦ green 11 ◦ blue 51

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

Shades of Crimson #E70B33

Tints of Crimson #E70B33

RGB

 RED value IS 231 (90.63% from 255) = 78.84%

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

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 78.84%
G = 3.75%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E70B33 (or 0xE70B33) is known color: Crimson. HEX triplet: E7, 0B and 33. RGB value is (231,11,51). Sum of RGB (Red+Green+Blue) = 231+11+51=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70B33 is #18F4CC. Grayscale: #515151. Windows color (decimal): -1635533 or 3345383. OLE color: 3345383.

HSL color Cylindrical-coordinate representation of color #E70B33: hue angle of 349.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70B33 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 11 51 -
CMYK 0 0.95 0.78 0.09
HSL 349.09º 0.91% 0.47% -
HSV(B) 349.09º 0.95% 0.91% -
XYZ 33.67 17.47 4.73 -
YUV 81.34 110.89 234.75 -
System Red Green Blue C M Y K H S L
Decimal 231 11 51 0 0.95 0.78 0.09 349.09 0.91 0.47
Hex E7 B 33 0 5F 4E 9 15D 5B 2F
Octal 347 13 63 0 137 116 11 535 133 57
Binary 11100111 1011 110011 0 1011111 1001110 1001 101011101 1011011 101111

Color Harmonies of #E70B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70B33

Black with #E70B33

Text Example


Text Example

White with #E70B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70B33; }

 p { color: rgb(231,11,51); }

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

background-color css

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

 a { background-color: rgb(231,11,51); }

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

border-color css

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

 span { border-color: rgb(231,11,51); }

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