Html Css Color HEX #D25653 Valencia

📋 copy color: '#D25653'

red 210 ◦ green 86 ◦ blue 83

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

Shades of Valencia #D25653

Tints of Valencia #D25653

RGB

 RED value IS 210 (82.42% from 255) = 55.41%

 GREEN value IS 86 (33.98% from 255) = 22.69%

 BLUE value IS 83 (32.81% from 255) = 21.9%

R = 55.41%
G = 22.69%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D25653 (or 0xD25653) is known color: Valencia. HEX triplet: D2, 56 and 53. RGB value is (210,86,83). Sum of RGB (Red+Green+Blue) = 210+86+83=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25653 is #2DA9AC. Grayscale: #7A7A7A. Windows color (decimal): -2992557 or 5461714. OLE color: 5461714.

HSL color Cylindrical-coordinate representation of color #D25653: hue angle of 1.42º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25653 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 83 -
CMYK 0 0.59 0.60 0.18
HSL 1.42º 0.59% 0.57% -
HSV(B) 1.42º 0.6% 0.82% -
XYZ 31.47 20.98 10.57 -
YUV 122.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 210 86 83 0 0.59 0.60 0.18 1.42 0.59 0.57
Hex D2 56 53 0 3B 3C 12 1 3B 39
Octal 322 126 123 0 73 74 22 1 73 71
Binary 11010010 1010110 1010011 0 111011 111100 10010 1 111011 111001

Color Harmonies of #D25653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25653

Black with #D25653

Text Example


Text Example

White with #D25653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25653; }

 p { color: rgb(210,86,83); }

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

background-color css

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

 a { background-color: rgb(210,86,83); }

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

border-color css

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

 span { border-color: rgb(210,86,83); }

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