Html Css Color HEX #D5604D Valencia

📋 copy color: '#D5604D'

red 213 ◦ green 96 ◦ blue 77

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

Shades of Valencia #D5604D

Tints of Valencia #D5604D

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 55.18%
G = 24.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5604D (or 0xD5604D) is known color: Valencia. HEX triplet: D5, 60 and 4D. RGB value is (213,96,77). Sum of RGB (Red+Green+Blue) = 213+96+77=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5604D is #2A9FB2. Grayscale: #818181. Windows color (decimal): -2793395 or 5071061. OLE color: 5071061.

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

Color convert

RGB 213 96 77 -
CMYK 0 0.55 0.64 0.16
HSL 8.38º 0.62% 0.57% -
HSV(B) 8.38º 0.64% 0.84% -
XYZ 32.96 23.05 9.73 -
YUV 128.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 213 96 77 0 0.55 0.64 0.16 8.38 0.62 0.57
Hex D5 60 4D 0 37 40 10 8 3E 39
Octal 325 140 115 0 67 100 20 10 76 71
Binary 11010101 1100000 1001101 0 110111 1000000 10000 1000 111110 111001

Color Harmonies of #D5604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5604D

Black with #D5604D

Text Example


Text Example

White with #D5604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5604D; }

 p { color: rgb(213,96,77); }

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

background-color css

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

 a { background-color: rgb(213,96,77); }

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

border-color css

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

 span { border-color: rgb(213,96,77); }

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