Html Css Color HEX #961D28 Bright Red

📋 copy color: '#961D28'

red 150 ◦ green 29 ◦ blue 40

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

Shades of Bright Red #961D28

Tints of Bright Red #961D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.26%

R = 68.49%
G = 13.24%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#961D28 (or 0x961D28) is known color: Bright Red. HEX triplet: 96, 1D and 28. RGB value is (150,29,40). Sum of RGB (Red+Green+Blue) = 150+29+40=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #961D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D28 is #69E2D7. Grayscale: #424242. Windows color (decimal): -6939352 or 2629014. OLE color: 2629014.

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

Color convert

RGB 150 29 40 -
CMYK 0 0.81 0.73 0.41
HSL 354.55º 0.68% 0.35% -
HSV(B) 354.55º 0.81% 0.59% -
XYZ 13.4 7.52 2.75 -
YUV 66.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 150 29 40 0 0.81 0.73 0.41 354.55 0.68 0.35
Hex 96 1D 28 0 51 49 29 163 44 23
Octal 226 35 50 0 121 111 51 543 104 43
Binary 10010110 11101 101000 0 1010001 1001001 101001 101100011 1000100 100011

Color Harmonies of #961D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D28

Black with #961D28

Text Example


Text Example

White with #961D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,40); }

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

background-color css

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

 a { background-color: rgb(150,29,40); }

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

border-color css

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

 span { border-color: rgb(150,29,40); }

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