Html Css Color HEX #962C35 Bright Red

📋 copy color: '#962C35'

red 150 ◦ green 44 ◦ blue 53

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

Shades of Bright Red #962C35

Tints of Bright Red #962C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 60.73%
G = 17.81%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#962C35 (or 0x962C35) is known color: Bright Red. HEX triplet: 96, 2C and 35. RGB value is (150,44,53). Sum of RGB (Red+Green+Blue) = 150+44+53=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #962C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C35 is #69D3CA. Grayscale: #4C4C4C. Windows color (decimal): -6935499 or 3484822. OLE color: 3484822.

HSL color Cylindrical-coordinate representation of color #962C35: hue angle of 354.91º 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 #962C35 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 53 -
CMYK 0 0.71 0.65 0.41
HSL 354.91º 0.55% 0.38% -
HSV(B) 354.91º 0.71% 0.59% -
XYZ 14.12 8.54 4.27 -
YUV 76.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 150 44 53 0 0.71 0.65 0.41 354.91 0.55 0.38
Hex 96 2C 35 0 47 41 29 163 37 26
Octal 226 54 65 0 107 101 51 543 67 46
Binary 10010110 101100 110101 0 1000111 1000001 101001 101100011 110111 100110

Color Harmonies of #962C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C35

Black with #962C35

Text Example


Text Example

White with #962C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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