Html Css Color HEX #961F25 Bright Red

📋 copy color: '#961F25'

red 150 ◦ green 31 ◦ blue 37

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

Shades of Bright Red #961F25

Tints of Bright Red #961F25

RGB

 RED value IS 150 (58.98% from 255) = 68.81%

 GREEN value IS 31 (12.5% from 255) = 14.22%

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

R = 68.81%
G = 14.22%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#961F25 (or 0x961F25) is known color: Bright Red. HEX triplet: 96, 1F and 25. RGB value is (150,31,37). Sum of RGB (Red+Green+Blue) = 150+31+37=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #961F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F25 is #69E0DA. Grayscale: #434343. Windows color (decimal): -6938843 or 2432918. OLE color: 2432918.

HSL color Cylindrical-coordinate representation of color #961F25: hue angle of 356.97º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F25 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 31 37 -
CMYK 0 0.79 0.75 0.41
HSL 356.97º 0.66% 0.35% -
HSV(B) 356.97º 0.79% 0.59% -
XYZ 13.4 7.6 2.51 -
YUV 67.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 150 31 37 0 0.79 0.75 0.41 356.97 0.66 0.35
Hex 96 1F 25 0 4F 4B 29 165 42 23
Octal 226 37 45 0 117 113 51 545 102 43
Binary 10010110 11111 100101 0 1001111 1001011 101001 101100101 1000010 100011

Color Harmonies of #961F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F25

Black with #961F25

Text Example


Text Example

White with #961F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961F25; }

 p { color: rgb(150,31,37); }

 H1.HeaderClassName
 {
   color: #961F25;
 }
 .AnyTagClassName
 {
   color: #961F25;
 }
</style>

background-color css

<style>
 a { background-color: #961F25; }

 a { background-color: rgb(150,31,37); }

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

border-color css

<style>
 span { border-color: #961F25; }

 span { border-color: rgb(150,31,37); }

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