Html Css Color HEX #971D27 Bright Red

📋 copy color: '#971D27'

red 151 ◦ green 29 ◦ blue 39

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

Shades of Bright Red #971D27

Tints of Bright Red #971D27

RGB

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

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

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

R = 68.95%
G = 13.24%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#971D27 (or 0x971D27) is known color: Bright Red. HEX triplet: 97, 1D and 27. RGB value is (151,29,39). Sum of RGB (Red+Green+Blue) = 151+29+39=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #971D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D27 is #68E2D8. Grayscale: #424242. Windows color (decimal): -6873817 or 2563479. OLE color: 2563479.

HSL color Cylindrical-coordinate representation of color #971D27: hue angle of 355.08º 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 #971D27 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 29 39 -
CMYK 0 0.81 0.74 0.41
HSL 355.08º 0.68% 0.35% -
HSV(B) 355.08º 0.81% 0.59% -
XYZ 13.57 7.6 2.67 -
YUV 66.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 151 29 39 0 0.81 0.74 0.41 355.08 0.68 0.35
Hex 97 1D 27 0 51 4A 29 163 44 23
Octal 227 35 47 0 121 112 51 543 104 43
Binary 10010111 11101 100111 0 1010001 1001010 101001 101100011 1000100 100011

Color Harmonies of #971D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D27

Black with #971D27

Text Example


Text Example

White with #971D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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