Html Css Color HEX #971D1E Bright Red

📋 copy color: '#971D1E'

red 151 ◦ green 29 ◦ blue 30

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

Shades of Bright Red #971D1E

Tints of Bright Red #971D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.81%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 71.9%
G = 13.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#971D1E (or 0x971D1E) is known color: Bright Red. HEX triplet: 97, 1D and 1E. RGB value is (151,29,30). Sum of RGB (Red+Green+Blue) = 151+29+30=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #971D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D1E is #68E2E1. Grayscale: #414141. Windows color (decimal): -6873826 or 1973655. OLE color: 1973655.

HSL color Cylindrical-coordinate representation of color #971D1E: hue angle of 359.51º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D1E is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 29 30 -
CMYK 0 0.81 0.80 0.41
HSL 359.51º 0.68% 0.35% -
HSV(B) 359.51º 0.81% 0.59% -
XYZ 13.44 7.55 1.98 -
YUV 65.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 151 29 30 0 0.81 0.80 0.41 359.51 0.68 0.35
Hex 97 1D 1E 0 51 50 29 168 44 23
Octal 227 35 36 0 121 120 51 550 104 43
Binary 10010111 11101 11110 0 1010001 1010000 101001 101101000 1000100 100011

Color Harmonies of #971D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D1E

Black with #971D1E

Text Example


Text Example

White with #971D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971D1E; }

 p { color: rgb(151,29,30); }

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

background-color css

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

 a { background-color: rgb(151,29,30); }

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

border-color css

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

 span { border-color: rgb(151,29,30); }

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