Html Css Color HEX #D5604F Valencia

📋 copy color: '#D5604F'

red 213 ◦ green 96 ◦ blue 79

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

Shades of Valencia #D5604F

Tints of Valencia #D5604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.36%

R = 54.9%
G = 24.74%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5604F (or 0xD5604F) is known color: Valencia. HEX triplet: D5, 60 and 4F. RGB value is (213,96,79). Sum of RGB (Red+Green+Blue) = 213+96+79=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5604F is #2A9FB0. Grayscale: #818181. Windows color (decimal): -2793393 or 5202133. OLE color: 5202133.

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

Color convert

RGB 213 96 79 -
CMYK 0 0.55 0.63 0.16
HSL 7.61º 0.61% 0.57% -
HSV(B) 7.61º 0.63% 0.84% -
XYZ 33.03 23.08 10.11 -
YUV 129.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 213 96 79 0 0.55 0.63 0.16 7.61 0.61 0.57
Hex D5 60 4F 0 37 3F 10 8 3D 39
Octal 325 140 117 0 67 77 20 10 75 71
Binary 11010101 1100000 1001111 0 110111 111111 10000 1000 111101 111001

Color Harmonies of #D5604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5604F

Black with #D5604F

Text Example


Text Example

White with #D5604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5604F; }

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

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

background-color css

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

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

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

border-color css

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

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

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