Html Css Color HEX #D95245 Valencia

📋 copy color: '#D95245'

red 217 ◦ green 82 ◦ blue 69

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

Shades of Valencia #D95245

Tints of Valencia #D95245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.28%

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

R = 58.97%
G = 22.28%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95245 (or 0xD95245) is known color: Valencia. HEX triplet: D9, 52 and 45. RGB value is (217,82,69). Sum of RGB (Red+Green+Blue) = 217+82+69=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D95245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95245 is #26ADBA. Grayscale: #797979. Windows color (decimal): -2534843 or 4543193. OLE color: 4543193.

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

Color convert

RGB 217 82 69 -
CMYK 0 0.62 0.68 0.15
HSL 5.27º 0.66% 0.56% -
HSV(B) 5.27º 0.68% 0.85% -
XYZ 32.71 21.22 8 -
YUV 120.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 217 82 69 0 0.62 0.68 0.15 5.27 0.66 0.56
Hex D9 52 45 0 3E 44 F 5 42 38
Octal 331 122 105 0 76 104 17 5 102 70
Binary 11011001 1010010 1000101 0 111110 1000100 1111 101 1000010 111000

Color Harmonies of #D95245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95245

Black with #D95245

Text Example


Text Example

White with #D95245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95245; }

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

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

background-color css

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

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

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

border-color css

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

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

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