Html Css Color HEX #95272D Bright Red

📋 copy color: '#95272D'

red 149 ◦ green 39 ◦ blue 45

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

Shades of Bright Red #95272D

Tints of Bright Red #95272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

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

R = 63.95%
G = 16.74%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95272D (or 0x95272D) is known color: Bright Red. HEX triplet: 95, 27 and 2D. RGB value is (149,39,45). Sum of RGB (Red+Green+Blue) = 149+39+45=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95272D is #6AD8D2. Grayscale: #484848. Windows color (decimal): -7002323 or 2959253. OLE color: 2959253.

HSL color Cylindrical-coordinate representation of color #95272D: hue angle of 356.73º 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 #95272D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 45 -
CMYK 0 0.74 0.70 0.42
HSL 356.73º 0.59% 0.37% -
HSV(B) 356.73º 0.74% 0.58% -
XYZ 13.59 8.03 3.32 -
YUV 72.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 149 39 45 0 0.74 0.70 0.42 356.73 0.59 0.37
Hex 95 27 2D 0 4A 46 2A 165 3B 25
Octal 225 47 55 0 112 106 52 545 73 45
Binary 10010101 100111 101101 0 1001010 1000110 101010 101100101 111011 100101

Color Harmonies of #95272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95272D

Black with #95272D

Text Example


Text Example

White with #95272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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