Html Css Color HEX #E70933 Crimson

📋 copy color: '#E70933'

red 231 ◦ green 9 ◦ blue 51

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

Shades of Crimson #E70933

Tints of Crimson #E70933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

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

R = 79.38%
G = 3.09%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E70933 (or 0xE70933) is known color: Crimson. HEX triplet: E7, 09 and 33. RGB value is (231,9,51). Sum of RGB (Red+Green+Blue) = 231+9+51=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E70933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70933 is #18F6CC. Grayscale: #505050. Windows color (decimal): -1636045 or 3344871. OLE color: 3344871.

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

Color convert

RGB 231 9 51 -
CMYK 0 0.96 0.78 0.09
HSL 348.65º 0.93% 0.47% -
HSV(B) 348.65º 0.96% 0.91% -
XYZ 33.65 17.42 4.72 -
YUV 80.17 111.55 235.58 -
System Red Green Blue C M Y K H S L
Decimal 231 9 51 0 0.96 0.78 0.09 348.65 0.93 0.47
Hex E7 9 33 0 60 4E 9 15D 5C 2F
Octal 347 11 63 0 140 116 11 535 134 57
Binary 11100111 1001 110011 0 1100000 1001110 1001 101011101 1011100 101111

Color Harmonies of #E70933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70933

Black with #E70933

Text Example


Text Example

White with #E70933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70933; }

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

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

background-color css

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

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

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

border-color css

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

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

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