Html Css Color HEX #952F3B Bright Red

📋 copy color: '#952F3B'

red 149 ◦ green 47 ◦ blue 59

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

Shades of Bright Red #952F3B

Tints of Bright Red #952F3B

RGB

 RED value IS 149 (58.59% from 255) = 58.43%

 GREEN value IS 47 (18.75% from 255) = 18.43%

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 58.43%
G = 18.43%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#952F3B (or 0x952F3B) is known color: Bright Red. HEX triplet: 95, 2F and 3B. RGB value is (149,47,59). Sum of RGB (Red+Green+Blue) = 149+47+59=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F3B is #6AD0C4. Grayscale: #4E4E4E. Windows color (decimal): -7000261 or 3878805. OLE color: 3878805.

HSL color Cylindrical-coordinate representation of color #952F3B: hue angle of 352.94º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F3B is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 59 -
CMYK 0 0.68 0.60 0.42
HSL 352.94º 0.52% 0.38% -
HSV(B) 352.94º 0.68% 0.58% -
XYZ 14.2 8.74 5.08 -
YUV 78.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 149 47 59 0 0.68 0.60 0.42 352.94 0.52 0.38
Hex 95 2F 3B 0 44 3C 2A 161 34 26
Octal 225 57 73 0 104 74 52 541 64 46
Binary 10010101 101111 111011 0 1000100 111100 101010 101100001 110100 100110

Color Harmonies of #952F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F3B

Black with #952F3B

Text Example


Text Example

White with #952F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952F3B; }

 p { color: rgb(149,47,59); }

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

background-color css

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

 a { background-color: rgb(149,47,59); }

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

border-color css

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

 span { border-color: rgb(149,47,59); }

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