Html Css Color HEX #D95242 Valencia

📋 copy color: '#D95242'

red 217 ◦ green 82 ◦ blue 66

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

Shades of Valencia #D95242

Tints of Valencia #D95242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 59.45%
G = 22.47%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D95242 (or 0xD95242) is known color: Valencia. HEX triplet: D9, 52 and 42. RGB value is (217,82,66). Sum of RGB (Red+Green+Blue) = 217+82+66=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D95242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95242 is #26ADBD. Grayscale: #787878. Windows color (decimal): -2534846 or 4346585. OLE color: 4346585.

HSL color Cylindrical-coordinate representation of color #D95242: hue angle of 6.36º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D95242 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 66 -
CMYK 0 0.62 0.70 0.15
HSL 6.36º 0.67% 0.55% -
HSV(B) 6.36º 0.7% 0.85% -
XYZ 32.62 21.18 7.52 -
YUV 120.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 217 82 66 0 0.62 0.70 0.15 6.36 0.67 0.55
Hex D9 52 42 0 3E 46 F 6 43 37
Octal 331 122 102 0 76 106 17 6 103 67
Binary 11011001 1010010 1000010 0 111110 1000110 1111 110 1000011 110111

Color Harmonies of #D95242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95242

Black with #D95242

Text Example


Text Example

White with #D95242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95242; }

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

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

background-color css

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

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

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

border-color css

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

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

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