Html Css Color HEX #D95045 Valencia

📋 copy color: '#D95045'

red 217 ◦ green 80 ◦ blue 69

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

Shades of Valencia #D95045

Tints of Valencia #D95045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 59.29%
G = 21.86%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95045 (or 0xD95045) is known color: Valencia. HEX triplet: D9, 50 and 45. RGB value is (217,80,69). Sum of RGB (Red+Green+Blue) = 217+80+69=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D95045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95045 is #26AFBA. Grayscale: #777777. Windows color (decimal): -2535355 or 4542681. OLE color: 4542681.

HSL color Cylindrical-coordinate representation of color #D95045: hue angle of 4.46º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D95045 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 69 -
CMYK 0 0.63 0.68 0.15
HSL 4.46º 0.66% 0.56% -
HSV(B) 4.46º 0.68% 0.85% -
XYZ 32.56 20.92 7.95 -
YUV 119.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 217 80 69 0 0.63 0.68 0.15 4.46 0.66 0.56
Hex D9 50 45 0 3F 44 F 4 42 38
Octal 331 120 105 0 77 104 17 4 102 70
Binary 11011001 1010000 1000101 0 111111 1000100 1111 100 1000010 111000

Color Harmonies of #D95045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95045

Black with #D95045

Text Example


Text Example

White with #D95045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95045; }

 p { color: rgb(217,80,69); }

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

background-color css

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

 a { background-color: rgb(217,80,69); }

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

border-color css

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

 span { border-color: rgb(217,80,69); }

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