Html Css Color HEX #D95C52 Valencia

📋 copy color: '#D95C52'

red 217 ◦ green 92 ◦ blue 82

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

Shades of Valencia #D95C52

Tints of Valencia #D95C52

RGB

 RED value IS 217 (85.16% from 255) = 55.5%

 GREEN value IS 92 (36.33% from 255) = 23.53%

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 55.5%
G = 23.53%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D95C52 (or 0xD95C52) is known color: Valencia. HEX triplet: D9, 5C and 52. RGB value is (217,92,82). Sum of RGB (Red+Green+Blue) = 217+92+82=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C52 is #26A3AD. Grayscale: #808080. Windows color (decimal): -2532270 or 5397721. OLE color: 5397721.

HSL color Cylindrical-coordinate representation of color #D95C52: hue angle of 4.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95C52 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 82 -
CMYK 0 0.58 0.62 0.15
HSL 4.44º 0.64% 0.59% -
HSV(B) 4.44º 0.62% 0.85% -
XYZ 33.97 23.02 10.63 -
YUV 128.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 217 92 82 0 0.58 0.62 0.15 4.44 0.64 0.59
Hex D9 5C 52 0 3A 3E F 4 40 3B
Octal 331 134 122 0 72 76 17 4 100 73
Binary 11011001 1011100 1010010 0 111010 111110 1111 100 1000000 111011

Color Harmonies of #D95C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C52

Black with #D95C52

Text Example


Text Example

White with #D95C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C52; }

 p { color: rgb(217,92,82); }

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

background-color css

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

 a { background-color: rgb(217,92,82); }

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

border-color css

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

 span { border-color: rgb(217,92,82); }

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