Html Css Color HEX #D65349 Valencia

📋 copy color: '#D65349'

red 214 ◦ green 83 ◦ blue 73

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

Shades of Valencia #D65349

Tints of Valencia #D65349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 57.84%
G = 22.43%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65349 (or 0xD65349) is known color: Valencia. HEX triplet: D6, 53 and 49. RGB value is (214,83,73). Sum of RGB (Red+Green+Blue) = 214+83+73=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D65349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65349 is #29ACB6. Grayscale: #797979. Windows color (decimal): -2731191 or 4805590. OLE color: 4805590.

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

Color convert

RGB 214 83 73 -
CMYK 0 0.61 0.66 0.16
HSL 4.26º 0.63% 0.56% -
HSV(B) 4.26º 0.66% 0.84% -
XYZ 32.03 20.96 8.66 -
YUV 121.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 214 83 73 0 0.61 0.66 0.16 4.26 0.63 0.56
Hex D6 53 49 0 3D 42 10 4 3F 38
Octal 326 123 111 0 75 102 20 4 77 70
Binary 11010110 1010011 1001001 0 111101 1000010 10000 100 111111 111000

Color Harmonies of #D65349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65349

Black with #D65349

Text Example


Text Example

White with #D65349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65349; }

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

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

background-color css

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

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

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

border-color css

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

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

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