Html Css Color HEX #970D3B Bright Red

📋 copy color: '#970D3B'

red 151 ◦ green 13 ◦ blue 59

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

Shades of Bright Red #970D3B

Tints of Bright Red #970D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 67.71%
G = 5.83%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#970D3B (or 0x970D3B) is known color: Bright Red. HEX triplet: 97, 0D and 3B. RGB value is (151,13,59). Sum of RGB (Red+Green+Blue) = 151+13+59=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #970D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D3B is #68F2C4. Grayscale: #3B3B3B. Windows color (decimal): -6877893 or 3870103. OLE color: 3870103.

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

Color convert

RGB 151 13 59 -
CMYK 0 0.91 0.61 0.41
HSL 340º 0.84% 0.32% -
HSV(B) 340º 0.91% 0.59% -
XYZ 13.7 7.18 4.8 -
YUV 59.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 151 13 59 0 0.91 0.61 0.41 340 0.84 0.32
Hex 97 D 3B 0 5B 3D 29 154 54 20
Octal 227 15 73 0 133 75 51 524 124 40
Binary 10010111 1101 111011 0 1011011 111101 101001 101010100 1010100 100000

Color Harmonies of #970D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D3B

Black with #970D3B

Text Example


Text Example

White with #970D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,13,59); }

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

background-color css

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

 a { background-color: rgb(151,13,59); }

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

border-color css

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

 span { border-color: rgb(151,13,59); }

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