Html Css Color HEX #D65247 Valencia

📋 copy color: '#D65247'

red 214 ◦ green 82 ◦ blue 71

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

Shades of Valencia #D65247

Tints of Valencia #D65247

RGB

 RED value IS 214 (83.98% from 255) = 58.31%

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

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 58.31%
G = 22.34%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65247 (or 0xD65247) is known color: Valencia. HEX triplet: D6, 52 and 47. RGB value is (214,82,71). Sum of RGB (Red+Green+Blue) = 214+82+71=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65247 is #29ADB8. Grayscale: #787878. Windows color (decimal): -2731449 or 4674262. OLE color: 4674262.

HSL color Cylindrical-coordinate representation of color #D65247: hue angle of 4.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65247 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 71 -
CMYK 0 0.62 0.67 0.16
HSL 4.62º 0.64% 0.56% -
HSV(B) 4.62º 0.67% 0.84% -
XYZ 31.89 20.79 8.29 -
YUV 120.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 214 82 71 0 0.62 0.67 0.16 4.62 0.64 0.56
Hex D6 52 47 0 3E 43 10 5 40 38
Octal 326 122 107 0 76 103 20 5 100 70
Binary 11010110 1010010 1000111 0 111110 1000011 10000 101 1000000 111000

Color Harmonies of #D65247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65247

Black with #D65247

Text Example


Text Example

White with #D65247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65247; }

 p { color: rgb(214,82,71); }

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

background-color css

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

 a { background-color: rgb(214,82,71); }

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

border-color css

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

 span { border-color: rgb(214,82,71); }

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