Html Css Color HEX #952629 Bright Red

📋 copy color: '#952629'

red 149 ◦ green 38 ◦ blue 41

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

Shades of Bright Red #952629

Tints of Bright Red #952629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 65.35%
G = 16.67%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#952629 (or 0x952629) is known color: Bright Red. HEX triplet: 95, 26 and 29. RGB value is (149,38,41). Sum of RGB (Red+Green+Blue) = 149+38+41=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952629 is #6AD9D6. Grayscale: #474747. Windows color (decimal): -7002583 or 2696853. OLE color: 2696853.

HSL color Cylindrical-coordinate representation of color #952629: hue angle of 358.38º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952629 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 41 -
CMYK 0 0.74 0.72 0.42
HSL 358.38º 0.59% 0.37% -
HSV(B) 358.38º 0.74% 0.58% -
XYZ 13.49 7.94 2.92 -
YUV 71.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 149 38 41 0 0.74 0.72 0.42 358.38 0.59 0.37
Hex 95 26 29 0 4A 48 2A 166 3B 25
Octal 225 46 51 0 112 110 52 546 73 45
Binary 10010101 100110 101001 0 1001010 1001000 101010 101100110 111011 100101

Color Harmonies of #952629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952629

Black with #952629

Text Example


Text Example

White with #952629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952629; }

 p { color: rgb(149,38,41); }

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

background-color css

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

 a { background-color: rgb(149,38,41); }

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

border-color css

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

 span { border-color: rgb(149,38,41); }

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