Html Css Color HEX #D0574C Valencia

📋 copy color: '#D0574C'

red 208 ◦ green 87 ◦ blue 76

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

Shades of Valencia #D0574C

Tints of Valencia #D0574C

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

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

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 56.06%
G = 23.45%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0574C (or 0xD0574C) is known color: Valencia. HEX triplet: D0, 57 and 4C. RGB value is (208,87,76). Sum of RGB (Red+Green+Blue) = 208+87+76=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0574C is #2FA8B3. Grayscale: #7A7A7A. Windows color (decimal): -3123380 or 5003216. OLE color: 5003216.

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

Color convert

RGB 208 87 76 -
CMYK 0 0.58 0.63 0.18
HSL 0.58% 0.56% -
HSV(B) 0.63% 0.82% -
XYZ 30.73 20.75 9.22 -
YUV 121.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 208 87 76 0 0.58 0.63 0.18 5 0.58 0.56
Hex D0 57 4C 0 3A 3F 12 5 3A 38
Octal 320 127 114 0 72 77 22 5 72 70
Binary 11010000 1010111 1001100 0 111010 111111 10010 101 111010 111000

Color Harmonies of #D0574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0574C

Black with #D0574C

Text Example


Text Example

White with #D0574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0574C; }

 p { color: rgb(208,87,76); }

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

background-color css

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

 a { background-color: rgb(208,87,76); }

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

border-color css

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

 span { border-color: rgb(208,87,76); }

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