Html Css Color HEX #D4574A Valencia

📋 copy color: '#D4574A'

red 212 ◦ green 87 ◦ blue 74

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

Shades of Valencia #D4574A

Tints of Valencia #D4574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 56.84%
G = 23.32%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4574A (or 0xD4574A) is known color: Valencia. HEX triplet: D4, 57 and 4A. RGB value is (212,87,74). Sum of RGB (Red+Green+Blue) = 212+87+74=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4574A is #2BA8B5. Grayscale: #7B7B7B. Windows color (decimal): -2861238 or 4872148. OLE color: 4872148.

HSL color Cylindrical-coordinate representation of color #D4574A: hue angle of 5.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4574A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 87 74 -
CMYK 0 0.59 0.65 0.17
HSL 5.65º 0.62% 0.56% -
HSV(B) 5.65º 0.65% 0.83% -
XYZ 31.8 21.31 8.92 -
YUV 122.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 212 87 74 0 0.59 0.65 0.17 5.65 0.62 0.56
Hex D4 57 4A 0 3B 41 11 6 3E 38
Octal 324 127 112 0 73 101 21 6 76 70
Binary 11010100 1010111 1001010 0 111011 1000001 10001 110 111110 111000

Color Harmonies of #D4574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4574A

Black with #D4574A

Text Example


Text Example

White with #D4574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4574A; }

 p { color: rgb(212,87,74); }

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

background-color css

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

 a { background-color: rgb(212,87,74); }

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

border-color css

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

 span { border-color: rgb(212,87,74); }

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