Html Css Color HEX #962429 Bright Red

📋 copy color: '#962429'

red 150 ◦ green 36 ◦ blue 41

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

Shades of Bright Red #962429

Tints of Bright Red #962429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 66.08%
G = 15.86%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#962429 (or 0x962429) is known color: Bright Red. HEX triplet: 96, 24 and 29. RGB value is (150,36,41). Sum of RGB (Red+Green+Blue) = 150+36+41=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #962429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962429 is #69DBD6. Grayscale: #464646. Windows color (decimal): -6937559 or 2696342. OLE color: 2696342.

HSL color Cylindrical-coordinate representation of color #962429: hue angle of 357.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962429 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 41 -
CMYK 0 0.76 0.73 0.41
HSL 357.37º 0.61% 0.36% -
HSV(B) 357.37º 0.76% 0.59% -
XYZ 13.61 7.91 2.91 -
YUV 70.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 150 36 41 0 0.76 0.73 0.41 357.37 0.61 0.36
Hex 96 24 29 0 4C 49 29 165 3D 24
Octal 226 44 51 0 114 111 51 545 75 44
Binary 10010110 100100 101001 0 1001100 1001001 101001 101100101 111101 100100

Color Harmonies of #962429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962429

Black with #962429

Text Example


Text Example

White with #962429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962429; }

 p { color: rgb(150,36,41); }

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

background-color css

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

 a { background-color: rgb(150,36,41); }

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

border-color css

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

 span { border-color: rgb(150,36,41); }

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