Html Css Color HEX #DB5C4B Valencia

📋 copy color: '#DB5C4B'

red 219 ◦ green 92 ◦ blue 75

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

Shades of Valencia #DB5C4B

Tints of Valencia #DB5C4B

RGB

 RED value IS 219 (85.94% from 255) = 56.74%

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 56.74%
G = 23.83%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB5C4B (or 0xDB5C4B) is known color: Valencia. HEX triplet: DB, 5C and 4B. RGB value is (219,92,75). Sum of RGB (Red+Green+Blue) = 219+92+75=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C4B is #24A3B4. Grayscale: #808080. Windows color (decimal): -2401205 or 4938971. OLE color: 4938971.

HSL color Cylindrical-coordinate representation of color #DB5C4B: hue angle of 7.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB5C4B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 75 -
CMYK 0 0.58 0.66 0.14
HSL 7.08º 0.67% 0.58% -
HSV(B) 7.08º 0.66% 0.86% -
XYZ 34.31 23.22 9.33 -
YUV 128.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 219 92 75 0 0.58 0.66 0.14 7.08 0.67 0.58
Hex DB 5C 4B 0 3A 42 E 7 43 3A
Octal 333 134 113 0 72 102 16 7 103 72
Binary 11011011 1011100 1001011 0 111010 1000010 1110 111 1000011 111010

Color Harmonies of #DB5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C4B

Black with #DB5C4B

Text Example


Text Example

White with #DB5C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C4B; }

 p { color: rgb(219,92,75); }

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

background-color css

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

 a { background-color: rgb(219,92,75); }

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

border-color css

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

 span { border-color: rgb(219,92,75); }

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