Html Css Color HEX #952F3C Bright Red

📋 copy color: '#952F3C'

red 149 ◦ green 47 ◦ blue 60

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

Shades of Bright Red #952F3C

Tints of Bright Red #952F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 58.2%
G = 18.36%
B = 23.44%

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

#952F3C (or 0x952F3C) is known color: Bright Red. HEX triplet: 95, 2F and 3C. RGB value is (149,47,60). Sum of RGB (Red+Green+Blue) = 149+47+60=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F3C is #6AD0C3. Grayscale: #4F4F4F. Windows color (decimal): -7000260 or 3944341. OLE color: 3944341.

HSL color Cylindrical-coordinate representation of color #952F3C: hue angle of 352.35º 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 #952F3C is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 60 -
CMYK 0 0.68 0.60 0.42
HSL 352.35º 0.52% 0.38% -
HSV(B) 352.35º 0.68% 0.58% -
XYZ 14.23 8.75 5.21 -
YUV 78.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 149 47 60 0 0.68 0.60 0.42 352.35 0.52 0.38
Hex 95 2F 3C 0 44 3C 2A 160 34 26
Octal 225 57 74 0 104 74 52 540 64 46
Binary 10010101 101111 111100 0 1000100 111100 101010 101100000 110100 100110

Color Harmonies of #952F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F3C

Black with #952F3C

Text Example


Text Example

White with #952F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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