Html Css Color HEX #D95243 Valencia

📋 copy color: '#D95243'

red 217 ◦ green 82 ◦ blue 67

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

Shades of Valencia #D95243

Tints of Valencia #D95243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 59.29%
G = 22.4%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D95243 (or 0xD95243) is known color: Valencia. HEX triplet: D9, 52 and 43. RGB value is (217,82,67). Sum of RGB (Red+Green+Blue) = 217+82+67=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D95243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95243 is #26ADBC. Grayscale: #787878. Windows color (decimal): -2534845 or 4412121. OLE color: 4412121.

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

Color convert

RGB 217 82 67 -
CMYK 0 0.62 0.69 0.15
HSL 0.66% 0.56% -
HSV(B) 0.69% 0.85% -
XYZ 32.65 21.19 7.68 -
YUV 120.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 217 82 67 0 0.62 0.69 0.15 6 0.66 0.56
Hex D9 52 43 0 3E 45 F 6 42 38
Octal 331 122 103 0 76 105 17 6 102 70
Binary 11011001 1010010 1000011 0 111110 1000101 1111 110 1000010 111000

Color Harmonies of #D95243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95243

Black with #D95243

Text Example


Text Example

White with #D95243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95243; }

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

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

background-color css

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

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

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

border-color css

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

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

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