Html Css Color HEX #D65345 Valencia

📋 copy color: '#D65345'

red 214 ◦ green 83 ◦ blue 69

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

Shades of Valencia #D65345

Tints of Valencia #D65345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 58.47%
G = 22.68%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D65345 (or 0xD65345) is known color: Valencia. HEX triplet: D6, 53 and 45. RGB value is (214,83,69). Sum of RGB (Red+Green+Blue) = 214+83+69=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D65345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65345 is #29ACBA. Grayscale: #787878. Windows color (decimal): -2731195 or 4543446. OLE color: 4543446.

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

Color convert

RGB 214 83 69 -
CMYK 0 0.61 0.68 0.16
HSL 5.79º 0.64% 0.55% -
HSV(B) 5.79º 0.68% 0.84% -
XYZ 31.9 20.91 7.99 -
YUV 120.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 214 83 69 0 0.61 0.68 0.16 5.79 0.64 0.55
Hex D6 53 45 0 3D 44 10 6 40 37
Octal 326 123 105 0 75 104 20 6 100 67
Binary 11010110 1010011 1000101 0 111101 1000100 10000 110 1000000 110111

Color Harmonies of #D65345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65345

Black with #D65345

Text Example


Text Example

White with #D65345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65345; }

 p { color: rgb(214,83,69); }

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

background-color css

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

 a { background-color: rgb(214,83,69); }

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

border-color css

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

 span { border-color: rgb(214,83,69); }

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