Html Css Color HEX #E70B3C Crimson

📋 copy color: '#E70B3C'

red 231 ◦ green 11 ◦ blue 60

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

Shades of Crimson #E70B3C

Tints of Crimson #E70B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 76.49%
G = 3.64%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E70B3C (or 0xE70B3C) is known color: Crimson. HEX triplet: E7, 0B and 3C. RGB value is (231,11,60). Sum of RGB (Red+Green+Blue) = 231+11+60=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70B3C is #18F4C3. Grayscale: #525252. Windows color (decimal): -1635524 or 3935207. OLE color: 3935207.

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

Color convert

RGB 231 11 60 -
CMYK 0 0.95 0.74 0.09
HSL 346.64º 0.91% 0.47% -
HSV(B) 346.64º 0.95% 0.91% -
XYZ 33.89 17.55 5.88 -
YUV 82.37 115.39 234.02 -
System Red Green Blue C M Y K H S L
Decimal 231 11 60 0 0.95 0.74 0.09 346.64 0.91 0.47
Hex E7 B 3C 0 5F 4A 9 15B 5B 2F
Octal 347 13 74 0 137 112 11 533 133 57
Binary 11100111 1011 111100 0 1011111 1001010 1001 101011011 1011011 101111

Color Harmonies of #E70B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70B3C

Black with #E70B3C

Text Example


Text Example

White with #E70B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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