Html Css Color HEX #D4604F Valencia

📋 copy color: '#D4604F'

red 212 ◦ green 96 ◦ blue 79

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

Shades of Valencia #D4604F

Tints of Valencia #D4604F

RGB

 RED value IS 212 (83.2% from 255) = 54.78%

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

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

R = 54.78%
G = 24.81%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4604F (or 0xD4604F) is known color: Valencia. HEX triplet: D4, 60 and 4F. RGB value is (212,96,79). Sum of RGB (Red+Green+Blue) = 212+96+79=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4604F is #2B9FB0. Grayscale: #808080. Windows color (decimal): -2858929 or 5202132. OLE color: 5202132.

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

Color convert

RGB 212 96 79 -
CMYK 0 0.55 0.63 0.17
HSL 7.67º 0.61% 0.57% -
HSV(B) 7.67º 0.63% 0.83% -
XYZ 32.75 22.93 10.1 -
YUV 128.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 212 96 79 0 0.55 0.63 0.17 7.67 0.61 0.57
Hex D4 60 4F 0 37 3F 11 8 3D 39
Octal 324 140 117 0 67 77 21 10 75 71
Binary 11010100 1100000 1001111 0 110111 111111 10001 1000 111101 111001

Color Harmonies of #D4604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4604F

Black with #D4604F

Text Example


Text Example

White with #D4604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4604F; }

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

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

background-color css

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

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

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

border-color css

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

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

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