Html Css Color HEX #E70333 Crimson

📋 copy color: '#E70333'

red 231 ◦ green 3 ◦ blue 51

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

Shades of Crimson #E70333

Tints of Crimson #E70333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 81.05%
G = 1.05%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E70333 (or 0xE70333) is known color: Crimson. HEX triplet: E7, 03 and 33. RGB value is (231,3,51). Sum of RGB (Red+Green+Blue) = 231+3+51=285 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.05% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 231 - color contains mainly: red. Hex color #E70333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70333 is #18FCCC. Grayscale: #4C4C4C. Windows color (decimal): -1637581 or 3343335. OLE color: 3343335.

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

Color convert

RGB 231 3 51 -
CMYK 0 0.99 0.78 0.09
HSL 347.37º 0.97% 0.46% -
HSV(B) 347.37º 0.99% 0.91% -
XYZ 33.59 17.29 4.7 -
YUV 76.64 113.54 238.1 -
System Red Green Blue C M Y K H S L
Decimal 231 3 51 0 0.99 0.78 0.09 347.37 0.97 0.46
Hex E7 3 33 0 63 4E 9 15B 61 2E
Octal 347 3 63 0 143 116 11 533 141 56
Binary 11100111 11 110011 0 1100011 1001110 1001 101011011 1100001 101110

Color Harmonies of #E70333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70333

Black with #E70333

Text Example


Text Example

White with #E70333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70333; }

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

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

background-color css

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

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

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

border-color css

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

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

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