Html Css Color HEX #D95545 Valencia

📋 copy color: '#D95545'

red 217 ◦ green 85 ◦ blue 69

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

Shades of Valencia #D95545

Tints of Valencia #D95545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

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

R = 58.49%
G = 22.91%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95545 (or 0xD95545) is known color: Valencia. HEX triplet: D9, 55 and 45. RGB value is (217,85,69). Sum of RGB (Red+Green+Blue) = 217+85+69=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D95545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95545 is #26AABA. Grayscale: #7A7A7A. Windows color (decimal): -2534075 or 4543961. OLE color: 4543961.

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

Color convert

RGB 217 85 69 -
CMYK 0 0.61 0.68 0.15
HSL 6.49º 0.66% 0.56% -
HSV(B) 6.49º 0.68% 0.85% -
XYZ 32.94 21.68 8.08 -
YUV 122.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 217 85 69 0 0.61 0.68 0.15 6.49 0.66 0.56
Hex D9 55 45 0 3D 44 F 6 42 38
Octal 331 125 105 0 75 104 17 6 102 70
Binary 11011001 1010101 1000101 0 111101 1000100 1111 110 1000010 111000

Color Harmonies of #D95545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95545

Black with #D95545

Text Example


Text Example

White with #D95545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95545; }

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

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

background-color css

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

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

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

border-color css

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

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

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