Html Css Color HEX #961C30 Bright Red

📋 copy color: '#961C30'

red 150 ◦ green 28 ◦ blue 48

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

Shades of Bright Red #961C30

Tints of Bright Red #961C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 66.37%
G = 12.39%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#961C30 (or 0x961C30) is known color: Bright Red. HEX triplet: 96, 1C and 30. RGB value is (150,28,48). Sum of RGB (Red+Green+Blue) = 150+28+48=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #961C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C30 is #69E3CF. Grayscale: #424242. Windows color (decimal): -6939600 or 3153046. OLE color: 3153046.

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

Color convert

RGB 150 28 48 -
CMYK 0 0.81 0.68 0.41
HSL 350.16º 0.69% 0.35% -
HSV(B) 350.16º 0.81% 0.59% -
XYZ 13.53 7.53 3.54 -
YUV 66.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 150 28 48 0 0.81 0.68 0.41 350.16 0.69 0.35
Hex 96 1C 30 0 51 44 29 15E 45 23
Octal 226 34 60 0 121 104 51 536 105 43
Binary 10010110 11100 110000 0 1010001 1000100 101001 101011110 1000101 100011

Color Harmonies of #961C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C30

Black with #961C30

Text Example


Text Example

White with #961C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,28,48); }

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

background-color css

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

 a { background-color: rgb(150,28,48); }

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

border-color css

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

 span { border-color: rgb(150,28,48); }

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