Html Css Color HEX #D6574B Valencia

📋 copy color: '#D6574B'

red 214 ◦ green 87 ◦ blue 75

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

Shades of Valencia #D6574B

Tints of Valencia #D6574B

RGB

 RED value IS 214 (83.98% from 255) = 56.91%

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 56.91%
G = 23.14%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6574B (or 0xD6574B) is known color: Valencia. HEX triplet: D6, 57 and 4B. RGB value is (214,87,75). Sum of RGB (Red+Green+Blue) = 214+87+75=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6574B is #29A8B4. Grayscale: #7B7B7B. Windows color (decimal): -2730165 or 4937686. OLE color: 4937686.

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

Color convert

RGB 214 87 75 -
CMYK 0 0.59 0.65 0.16
HSL 5.18º 0.63% 0.57% -
HSV(B) 5.18º 0.65% 0.84% -
XYZ 32.41 21.62 9.12 -
YUV 123.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 214 87 75 0 0.59 0.65 0.16 5.18 0.63 0.57
Hex D6 57 4B 0 3B 41 10 5 3F 39
Octal 326 127 113 0 73 101 20 5 77 71
Binary 11010110 1010111 1001011 0 111011 1000001 10000 101 111111 111001

Color Harmonies of #D6574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6574B

Black with #D6574B

Text Example


Text Example

White with #D6574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6574B; }

 p { color: rgb(214,87,75); }

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

background-color css

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

 a { background-color: rgb(214,87,75); }

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

border-color css

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

 span { border-color: rgb(214,87,75); }

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