Html Css Color HEX #D65D52 Valencia

📋 copy color: '#D65D52'

red 214 ◦ green 93 ◦ blue 82

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

Shades of Valencia #D65D52

Tints of Valencia #D65D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 55.01%
G = 23.91%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D65D52 (or 0xD65D52) is known color: Valencia. HEX triplet: D6, 5D and 52. RGB value is (214,93,82). Sum of RGB (Red+Green+Blue) = 214+93+82=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D52 is #29A2AD. Grayscale: #808080. Windows color (decimal): -2728622 or 5397974. OLE color: 5397974.

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

Color convert

RGB 214 93 82 -
CMYK 0 0.57 0.62 0.16
HSL 0.62% 0.58% -
HSV(B) 0.62% 0.84% -
XYZ 33.17 22.73 10.62 -
YUV 127.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 214 93 82 0 0.57 0.62 0.16 5 0.62 0.58
Hex D6 5D 52 0 39 3E 10 5 3E 3A
Octal 326 135 122 0 71 76 20 5 76 72
Binary 11010110 1011101 1010010 0 111001 111110 10000 101 111110 111010

Color Harmonies of #D65D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D52

Black with #D65D52

Text Example


Text Example

White with #D65D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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