Html Css Color HEX #E70C44 Crimson

📋 copy color: '#E70C44'

red 231 ◦ green 12 ◦ blue 68

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

Shades of Crimson #E70C44

Tints of Crimson #E70C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 74.28%
G = 3.86%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E70C44 (or 0xE70C44) is known color: Crimson. HEX triplet: E7, 0C and 44. RGB value is (231,12,68). Sum of RGB (Red+Green+Blue) = 231+12+68=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C44 is #18F3BB. Grayscale: #535353. Windows color (decimal): -1635260 or 4459751. OLE color: 4459751.

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

Color convert

RGB 231 12 68 -
CMYK 0 0.95 0.71 0.09
HSL 344.66º 0.9% 0.48% -
HSV(B) 344.66º 0.95% 0.91% -
XYZ 34.13 17.67 7.08 -
YUV 83.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 231 12 68 0 0.95 0.71 0.09 344.66 0.9 0.48
Hex E7 C 44 0 5F 47 9 159 5A 30
Octal 347 14 104 0 137 107 11 531 132 60
Binary 11100111 1100 1000100 0 1011111 1000111 1001 101011001 1011010 110000

Color Harmonies of #E70C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C44

Black with #E70C44

Text Example


Text Example

White with #E70C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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