Html Css Color HEX #95142D Bright Red

📋 copy color: '#95142D'

red 149 ◦ green 20 ◦ blue 45

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

Shades of Bright Red #95142D

Tints of Bright Red #95142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 69.63%
G = 9.35%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95142D (or 0x95142D) is known color: Bright Red. HEX triplet: 95, 14 and 2D. RGB value is (149,20,45). Sum of RGB (Red+Green+Blue) = 149+20+45=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #95142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95142D is #6AEBD2. Grayscale: #3D3D3D. Windows color (decimal): -7007187 or 2954389. OLE color: 2954389.

HSL color Cylindrical-coordinate representation of color #95142D: hue angle of 348.37º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95142D is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 45 -
CMYK 0 0.87 0.70 0.42
HSL 348.37º 0.76% 0.33% -
HSV(B) 348.37º 0.87% 0.58% -
XYZ 13.12 7.08 3.16 -
YUV 61.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 149 20 45 0 0.87 0.70 0.42 348.37 0.76 0.33
Hex 95 14 2D 0 57 46 2A 15C 4C 21
Octal 225 24 55 0 127 106 52 534 114 41
Binary 10010101 10100 101101 0 1010111 1000110 101010 101011100 1001100 100001

Color Harmonies of #95142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95142D

Black with #95142D

Text Example


Text Example

White with #95142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95142D; }

 p { color: rgb(149,20,45); }

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

background-color css

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

 a { background-color: rgb(149,20,45); }

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

border-color css

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

 span { border-color: rgb(149,20,45); }

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