Html Css Color HEX #971B2A Bright Red

📋 copy color: '#971B2A'

red 151 ◦ green 27 ◦ blue 42

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

Shades of Bright Red #971B2A

Tints of Bright Red #971B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 68.64%
G = 12.27%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#971B2A (or 0x971B2A) is known color: Bright Red. HEX triplet: 97, 1B and 2A. RGB value is (151,27,42). Sum of RGB (Red+Green+Blue) = 151+27+42=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #971B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B2A is #68E4D5. Grayscale: #414141. Windows color (decimal): -6874326 or 2759575. OLE color: 2759575.

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

Color convert

RGB 151 27 42 -
CMYK 0 0.82 0.72 0.41
HSL 352.74º 0.7% 0.35% -
HSV(B) 352.74º 0.82% 0.59% -
XYZ 13.57 7.53 2.93 -
YUV 65.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 151 27 42 0 0.82 0.72 0.41 352.74 0.7 0.35
Hex 97 1B 2A 0 52 48 29 161 46 23
Octal 227 33 52 0 122 110 51 541 106 43
Binary 10010111 11011 101010 0 1010010 1001000 101001 101100001 1000110 100011

Color Harmonies of #971B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B2A

Black with #971B2A

Text Example


Text Example

White with #971B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,42); }

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

background-color css

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

 a { background-color: rgb(151,27,42); }

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

border-color css

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

 span { border-color: rgb(151,27,42); }

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