Html Css Color HEX #E70C2D Crimson

📋 copy color: '#E70C2D'

red 231 ◦ green 12 ◦ blue 45

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

Shades of Crimson #E70C2D

Tints of Crimson #E70C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 80.21%
G = 4.17%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E70C2D (or 0xE70C2D) is known color: Crimson. HEX triplet: E7, 0C and 2D. RGB value is (231,12,45). Sum of RGB (Red+Green+Blue) = 231+12+45=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C2D is #18F3D2. Grayscale: #515151. Windows color (decimal): -1635283 or 2952423. OLE color: 2952423.

HSL color Cylindrical-coordinate representation of color #E70C2D: hue angle of 350.96º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C2D is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 45 -
CMYK 0 0.95 0.81 0.09
HSL 350.96º 0.9% 0.48% -
HSV(B) 350.96º 0.95% 0.91% -
XYZ 33.56 17.44 4.08 -
YUV 81.24 107.55 234.82 -
System Red Green Blue C M Y K H S L
Decimal 231 12 45 0 0.95 0.81 0.09 350.96 0.9 0.48
Hex E7 C 2D 0 5F 51 9 15F 5A 30
Octal 347 14 55 0 137 121 11 537 132 60
Binary 11100111 1100 101101 0 1011111 1010001 1001 101011111 1011010 110000

Color Harmonies of #E70C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C2D

Black with #E70C2D

Text Example


Text Example

White with #E70C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C2D; }

 p { color: rgb(231,12,45); }

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

background-color css

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

 a { background-color: rgb(231,12,45); }

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

border-color css

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

 span { border-color: rgb(231,12,45); }

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