Html Css Color HEX #D95453 Valencia

📋 copy color: '#D95453'

red 217 ◦ green 84 ◦ blue 83

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

Shades of Valencia #D95453

Tints of Valencia #D95453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

 BLUE value IS 83 (32.81% from 255) = 21.61%

R = 56.51%
G = 21.88%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D95453 (or 0xD95453) is known color: Valencia. HEX triplet: D9, 54 and 53. RGB value is (217,84,83). Sum of RGB (Red+Green+Blue) = 217+84+83=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D95453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95453 is #26ABAC. Grayscale: #7B7B7B. Windows color (decimal): -2534317 or 5461209. OLE color: 5461209.

HSL color Cylindrical-coordinate representation of color #D95453: hue angle of 0.45º 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 #D95453 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 83 -
CMYK 0 0.61 0.62 0.15
HSL 0.45º 0.64% 0.59% -
HSV(B) 0.45º 0.62% 0.85% -
XYZ 33.35 21.72 10.62 -
YUV 123.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 217 84 83 0 0.61 0.62 0.15 0.45 0.64 0.59
Hex D9 54 53 0 3D 3E F 0 40 3B
Octal 331 124 123 0 75 76 17 0 100 73
Binary 11011001 1010100 1010011 0 111101 111110 1111 0 1000000 111011

Color Harmonies of #D95453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95453

Black with #D95453

Text Example


Text Example

White with #D95453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95453; }

 p { color: rgb(217,84,83); }

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

background-color css

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

 a { background-color: rgb(217,84,83); }

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

border-color css

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

 span { border-color: rgb(217,84,83); }

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