Html Css Color HEX #DC5545 Valencia

📋 copy color: '#DC5545'

red 220 ◦ green 85 ◦ blue 69

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

Shades of Valencia #DC5545

Tints of Valencia #DC5545

RGB

 RED value IS 220 (86.33% from 255) = 58.82%

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 58.82%
G = 22.73%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5545 (or 0xDC5545) is known color: Valencia. HEX triplet: DC, 55 and 45. RGB value is (220,85,69). Sum of RGB (Red+Green+Blue) = 220+85+69=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5545 is #23AABA. Grayscale: #7B7B7B. Windows color (decimal): -2337467 or 4543964. OLE color: 4543964.

HSL color Cylindrical-coordinate representation of color #DC5545: hue angle of 6.36º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5545 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 69 -
CMYK 0 0.61 0.69 0.14
HSL 6.36º 0.68% 0.57% -
HSV(B) 6.36º 0.69% 0.86% -
XYZ 33.84 22.14 8.12 -
YUV 123.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 220 85 69 0 0.61 0.69 0.14 6.36 0.68 0.57
Hex DC 55 45 0 3D 45 E 6 44 39
Octal 334 125 105 0 75 105 16 6 104 71
Binary 11011100 1010101 1000101 0 111101 1000101 1110 110 1000100 111001

Color Harmonies of #DC5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5545

Black with #DC5545

Text Example


Text Example

White with #DC5545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5545; }

 p { color: rgb(220,85,69); }

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

background-color css

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

 a { background-color: rgb(220,85,69); }

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

border-color css

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

 span { border-color: rgb(220,85,69); }

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