Html Css Color HEX #D6554B Valencia

📋 copy color: '#D6554B'

red 214 ◦ green 85 ◦ blue 75

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

Shades of Valencia #D6554B

Tints of Valencia #D6554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

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

R = 57.22%
G = 22.73%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6554B (or 0xD6554B) is known color: Valencia. HEX triplet: D6, 55 and 4B. RGB value is (214,85,75). Sum of RGB (Red+Green+Blue) = 214+85+75=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6554B is #29AAB4. Grayscale: #7A7A7A. Windows color (decimal): -2730677 or 4937174. OLE color: 4937174.

HSL color Cylindrical-coordinate representation of color #D6554B: hue angle of 4.32º 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 #D6554B is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 75 -
CMYK 0 0.60 0.65 0.16
HSL 4.32º 0.63% 0.57% -
HSV(B) 4.32º 0.65% 0.84% -
XYZ 32.25 21.3 9.07 -
YUV 122.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 214 85 75 0 0.60 0.65 0.16 4.32 0.63 0.57
Hex D6 55 4B 0 3C 41 10 4 3F 39
Octal 326 125 113 0 74 101 20 4 77 71
Binary 11010110 1010101 1001011 0 111100 1000001 10000 100 111111 111001

Color Harmonies of #D6554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6554B

Black with #D6554B

Text Example


Text Example

White with #D6554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6554B; }

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

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

background-color css

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

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

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

border-color css

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

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

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