Html Css Color HEX #971D25 Bright Red

📋 copy color: '#971D25'

red 151 ◦ green 29 ◦ blue 37

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

Shades of Bright Red #971D25

Tints of Bright Red #971D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 69.59%
G = 13.36%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#971D25 (or 0x971D25) is known color: Bright Red. HEX triplet: 97, 1D and 25. RGB value is (151,29,37). Sum of RGB (Red+Green+Blue) = 151+29+37=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #971D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D25 is #68E2DA. Grayscale: #424242. Windows color (decimal): -6873819 or 2432407. OLE color: 2432407.

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

Color convert

RGB 151 29 37 -
CMYK 0 0.81 0.75 0.41
HSL 356.07º 0.68% 0.35% -
HSV(B) 356.07º 0.81% 0.59% -
XYZ 13.54 7.59 2.5 -
YUV 66.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 151 29 37 0 0.81 0.75 0.41 356.07 0.68 0.35
Hex 97 1D 25 0 51 4B 29 164 44 23
Octal 227 35 45 0 121 113 51 544 104 43
Binary 10010111 11101 100101 0 1010001 1001011 101001 101100100 1000100 100011

Color Harmonies of #971D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D25

Black with #971D25

Text Example


Text Example

White with #971D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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