Html Css Color HEX #E70433 Crimson

📋 copy color: '#E70433'

red 231 ◦ green 4 ◦ blue 51

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

Shades of Crimson #E70433

Tints of Crimson #E70433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 80.77%
G = 1.4%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E70433 (or 0xE70433) is known color: Crimson. HEX triplet: E7, 04 and 33. RGB value is (231,4,51). Sum of RGB (Red+Green+Blue) = 231+4+51=286 (37% of max value = 765). Red value is 231 (90.62% from 255 or 80.77% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 231 - color contains mainly: red. Hex color #E70433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70433 is #18FBCC. Grayscale: #4D4D4D. Windows color (decimal): -1637325 or 3343591. OLE color: 3343591.

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

Color convert

RGB 231 4 51 -
CMYK 0 0.98 0.78 0.09
HSL 347.58º 0.97% 0.46% -
HSV(B) 347.58º 0.98% 0.91% -
XYZ 33.6 17.31 4.7 -
YUV 77.23 113.21 237.68 -
System Red Green Blue C M Y K H S L
Decimal 231 4 51 0 0.98 0.78 0.09 347.58 0.97 0.46
Hex E7 4 33 0 62 4E 9 15C 61 2E
Octal 347 4 63 0 142 116 11 534 141 56
Binary 11100111 100 110011 0 1100010 1001110 1001 101011100 1100001 101110

Color Harmonies of #E70433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70433

Black with #E70433

Text Example


Text Example

White with #E70433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70433; }

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

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

background-color css

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

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

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

border-color css

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

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

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