Html Css Color HEX #DB524B Valencia

📋 copy color: '#DB524B'

red 219 ◦ green 82 ◦ blue 75

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

Shades of Valencia #DB524B

Tints of Valencia #DB524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 58.24%
G = 21.81%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB524B (or 0xDB524B) is known color: Valencia. HEX triplet: DB, 52 and 4B. RGB value is (219,82,75). Sum of RGB (Red+Green+Blue) = 219+82+75=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB524B is #24ADB4. Grayscale: #7A7A7A. Windows color (decimal): -2403765 or 4936411. OLE color: 4936411.

HSL color Cylindrical-coordinate representation of color #DB524B: hue angle of 2.92º 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 #DB524B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 75 -
CMYK 0 0.63 0.66 0.14
HSL 2.92º 0.67% 0.58% -
HSV(B) 2.92º 0.66% 0.86% -
XYZ 33.5 21.6 9.06 -
YUV 122.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 219 82 75 0 0.63 0.66 0.14 2.92 0.67 0.58
Hex DB 52 4B 0 3F 42 E 3 43 3A
Octal 333 122 113 0 77 102 16 3 103 72
Binary 11011011 1010010 1001011 0 111111 1000010 1110 11 1000011 111010

Color Harmonies of #DB524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB524B

Black with #DB524B

Text Example


Text Example

White with #DB524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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