Html Css Color HEX #D95343 Valencia

📋 copy color: '#D95343'

red 217 ◦ green 83 ◦ blue 67

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

Shades of Valencia #D95343

Tints of Valencia #D95343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 59.13%
G = 22.62%
B = 18.26%

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

#D95343 (or 0xD95343) is known color: Valencia. HEX triplet: D9, 53 and 43. RGB value is (217,83,67). Sum of RGB (Red+Green+Blue) = 217+83+67=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D95343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95343 is #26ACBC. Grayscale: #797979. Windows color (decimal): -2534589 or 4412377. OLE color: 4412377.

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

Color convert

RGB 217 83 67 -
CMYK 0 0.62 0.69 0.15
HSL 6.4º 0.66% 0.56% -
HSV(B) 6.4º 0.69% 0.85% -
XYZ 32.72 21.34 7.71 -
YUV 121.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 217 83 67 0 0.62 0.69 0.15 6.4 0.66 0.56
Hex D9 53 43 0 3E 45 F 6 42 38
Octal 331 123 103 0 76 105 17 6 102 70
Binary 11011001 1010011 1000011 0 111110 1000101 1111 110 1000010 111000

Color Harmonies of #D95343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95343

Black with #D95343

Text Example


Text Example

White with #D95343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95343; }

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

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

background-color css

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

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

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

border-color css

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

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

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