Html Css Color HEX #962C41 Bright Red

📋 copy color: '#962C41'

red 150 ◦ green 44 ◦ blue 65

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

Shades of Bright Red #962C41

Tints of Bright Red #962C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.99%

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 57.92%
G = 16.99%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#962C41 (or 0x962C41) is known color: Bright Red. HEX triplet: 96, 2C and 41. RGB value is (150,44,65). Sum of RGB (Red+Green+Blue) = 150+44+65=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #962C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C41 is #69D3BE. Grayscale: #4E4E4E. Windows color (decimal): -6935487 or 4271254. OLE color: 4271254.

HSL color Cylindrical-coordinate representation of color #962C41: hue angle of 348.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C41 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 65 -
CMYK 0 0.71 0.57 0.41
HSL 348.11º 0.55% 0.38% -
HSV(B) 348.11º 0.71% 0.59% -
XYZ 14.43 8.67 5.91 -
YUV 78.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 150 44 65 0 0.71 0.57 0.41 348.11 0.55 0.38
Hex 96 2C 41 0 47 39 29 15C 37 26
Octal 226 54 101 0 107 71 51 534 67 46
Binary 10010110 101100 1000001 0 1000111 111001 101001 101011100 110111 100110

Color Harmonies of #962C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C41

Black with #962C41

Text Example


Text Example

White with #962C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962C41; }

 p { color: rgb(150,44,65); }

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

background-color css

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

 a { background-color: rgb(150,44,65); }

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

border-color css

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

 span { border-color: rgb(150,44,65); }

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