Html Css Color HEX #D25D52 Valencia

📋 copy color: '#D25D52'

red 210 ◦ green 93 ◦ blue 82

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

Shades of Valencia #D25D52

Tints of Valencia #D25D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 54.55%
G = 24.16%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D25D52 (or 0xD25D52) is known color: Valencia. HEX triplet: D2, 5D and 52. RGB value is (210,93,82). Sum of RGB (Red+Green+Blue) = 210+93+82=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D52 is #2DA2AD. Grayscale: #7E7E7E. Windows color (decimal): -2990766 or 5397970. OLE color: 5397970.

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

Color convert

RGB 210 93 82 -
CMYK 0 0.56 0.61 0.18
HSL 5.16º 0.59% 0.57% -
HSV(B) 5.16º 0.61% 0.82% -
XYZ 32.02 22.14 10.57 -
YUV 126.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 210 93 82 0 0.56 0.61 0.18 5.16 0.59 0.57
Hex D2 5D 52 0 38 3D 12 5 3B 39
Octal 322 135 122 0 70 75 22 5 73 71
Binary 11010010 1011101 1010010 0 111000 111101 10010 101 111011 111001

Color Harmonies of #D25D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D52

Black with #D25D52

Text Example


Text Example

White with #D25D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D52; }

 p { color: rgb(210,93,82); }

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

background-color css

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

 a { background-color: rgb(210,93,82); }

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

border-color css

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

 span { border-color: rgb(210,93,82); }

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