Html Css Color HEX #970E3C Bright Red

📋 copy color: '#970E3C'

red 151 ◦ green 14 ◦ blue 60

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

Shades of Bright Red #970E3C

Tints of Bright Red #970E3C

RGB

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

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

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

R = 67.11%
G = 6.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#970E3C (or 0x970E3C) is known color: Bright Red. HEX triplet: 97, 0E and 3C. RGB value is (151,14,60). Sum of RGB (Red+Green+Blue) = 151+14+60=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #970E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E3C is #68F1C3. Grayscale: #3C3C3C. Windows color (decimal): -6877636 or 3935895. OLE color: 3935895.

HSL color Cylindrical-coordinate representation of color #970E3C: hue angle of 339.85º 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 #970E3C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 60 -
CMYK 0 0.91 0.60 0.41
HSL 339.85º 0.83% 0.32% -
HSV(B) 339.85º 0.91% 0.59% -
XYZ 13.74 7.22 4.94 -
YUV 60.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 151 14 60 0 0.91 0.60 0.41 339.85 0.83 0.32
Hex 97 E 3C 0 5B 3C 29 154 53 20
Octal 227 16 74 0 133 74 51 524 123 40
Binary 10010111 1110 111100 0 1011011 111100 101001 101010100 1010011 100000

Color Harmonies of #970E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E3C

Black with #970E3C

Text Example


Text Example

White with #970E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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