Html Css Color HEX #D2574A Valencia

📋 copy color: '#D2574A'

red 210 ◦ green 87 ◦ blue 74

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

Shades of Valencia #D2574A

Tints of Valencia #D2574A

RGB

 RED value IS 210 (82.42% from 255) = 56.6%

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

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

R = 56.6%
G = 23.45%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2574A (or 0xD2574A) is known color: Valencia. HEX triplet: D2, 57 and 4A. RGB value is (210,87,74). Sum of RGB (Red+Green+Blue) = 210+87+74=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2574A is #2DA8B5. Grayscale: #7A7A7A. Windows color (decimal): -2992310 or 4872146. OLE color: 4872146.

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

Color convert

RGB 210 87 74 -
CMYK 0 0.59 0.65 0.18
HSL 5.74º 0.6% 0.56% -
HSV(B) 5.74º 0.65% 0.82% -
XYZ 31.22 21.01 8.89 -
YUV 122.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 210 87 74 0 0.59 0.65 0.18 5.74 0.6 0.56
Hex D2 57 4A 0 3B 41 12 6 3C 38
Octal 322 127 112 0 73 101 22 6 74 70
Binary 11010010 1010111 1001010 0 111011 1000001 10010 110 111100 111000

Color Harmonies of #D2574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2574A

Black with #D2574A

Text Example


Text Example

White with #D2574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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