Html Css Color HEX #95202F Bright Red

📋 copy color: '#95202F'

red 149 ◦ green 32 ◦ blue 47

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

Shades of Bright Red #95202F

Tints of Bright Red #95202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 65.35%
G = 14.04%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95202F (or 0x95202F) is known color: Bright Red. HEX triplet: 95, 20 and 2F. RGB value is (149,32,47). Sum of RGB (Red+Green+Blue) = 149+32+47=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95202F is #6ADFD0. Grayscale: #444444. Windows color (decimal): -7004113 or 3088533. OLE color: 3088533.

HSL color Cylindrical-coordinate representation of color #95202F: hue angle of 352.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95202F is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 47 -
CMYK 0 0.79 0.68 0.42
HSL 352.31º 0.65% 0.35% -
HSV(B) 352.31º 0.79% 0.58% -
XYZ 13.42 7.63 3.45 -
YUV 68.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 149 32 47 0 0.79 0.68 0.42 352.31 0.65 0.35
Hex 95 20 2F 0 4F 44 2A 160 41 23
Octal 225 40 57 0 117 104 52 540 101 43
Binary 10010101 100000 101111 0 1001111 1000100 101010 101100000 1000001 100011

Color Harmonies of #95202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95202F

Black with #95202F

Text Example


Text Example

White with #95202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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