Html Css Color HEX #E70335 Crimson

📋 copy color: '#E70335'

red 231 ◦ green 3 ◦ blue 53

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

Shades of Crimson #E70335

Tints of Crimson #E70335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 80.49%
G = 1.05%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E70335 (or 0xE70335) is known color: Crimson. HEX triplet: E7, 03 and 35. RGB value is (231,3,53). Sum of RGB (Red+Green+Blue) = 231+3+53=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E70335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70335 is #18FCCA. Grayscale: #4C4C4C. Windows color (decimal): -1637579 or 3474407. OLE color: 3474407.

HSL color Cylindrical-coordinate representation of color #E70335: hue angle of 346.84º 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 #E70335 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 3 53 -
CMYK 0 0.99 0.77 0.09
HSL 346.84º 0.97% 0.46% -
HSV(B) 346.84º 0.99% 0.91% -
XYZ 33.63 17.31 4.94 -
YUV 76.87 114.54 237.93 -
System Red Green Blue C M Y K H S L
Decimal 231 3 53 0 0.99 0.77 0.09 346.84 0.97 0.46
Hex E7 3 35 0 63 4D 9 15B 61 2E
Octal 347 3 65 0 143 115 11 533 141 56
Binary 11100111 11 110101 0 1100011 1001101 1001 101011011 1100001 101110

Color Harmonies of #E70335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70335

Black with #E70335

Text Example


Text Example

White with #E70335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70335; }

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

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

background-color css

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

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

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

border-color css

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

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

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