Html Css Color HEX #970E27 Carmine

📋 copy color: '#970E27'

red 151 ◦ green 14 ◦ blue 39

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

Shades of Carmine #970E27

Tints of Carmine #970E27

RGB

 RED value IS 151 (59.38% from 255) = 74.02%

 GREEN value IS 14 (5.86% from 255) = 6.86%

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 74.02%
G = 6.86%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#970E27 (or 0x970E27) is known color: Carmine. HEX triplet: 97, 0E and 27. RGB value is (151,14,39). Sum of RGB (Red+Green+Blue) = 151+14+39=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #970E27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E27 is #68F1D8. Grayscale: #393939. Windows color (decimal): -6877657 or 2559639. OLE color: 2559639.

HSL color Cylindrical-coordinate representation of color #970E27: hue angle of 349.05º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E27 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 39 -
CMYK 0 0.91 0.74 0.41
HSL 349.05º 0.83% 0.32% -
HSV(B) 349.05º 0.91% 0.59% -
XYZ 13.29 7.04 2.58 -
YUV 57.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 151 14 39 0 0.91 0.74 0.41 349.05 0.83 0.32
Hex 97 E 27 0 5B 4A 29 15D 53 20
Octal 227 16 47 0 133 112 51 535 123 40
Binary 10010111 1110 100111 0 1011011 1001010 101001 101011101 1010011 100000

Color Harmonies of #970E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E27

Black with #970E27

Text Example


Text Example

White with #970E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970E27; }

 p { color: rgb(151,14,39); }

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

background-color css

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

 a { background-color: rgb(151,14,39); }

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

border-color css

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

 span { border-color: rgb(151,14,39); }

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