Html Css Color HEX #D25F52 Valencia

📋 copy color: '#D25F52'

red 210 ◦ green 95 ◦ blue 82

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

Shades of Valencia #D25F52

Tints of Valencia #D25F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 54.26%
G = 24.55%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D25F52 (or 0xD25F52) is known color: Valencia. HEX triplet: D2, 5F and 52. RGB value is (210,95,82). Sum of RGB (Red+Green+Blue) = 210+95+82=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F52 is #2DA0AD. Grayscale: #808080. Windows color (decimal): -2990254 or 5398482. OLE color: 5398482.

HSL color Cylindrical-coordinate representation of color #D25F52: hue angle of 6.09º 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 #D25F52 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 95 82 -
CMYK 0 0.55 0.61 0.18
HSL 6.09º 0.59% 0.57% -
HSV(B) 6.09º 0.61% 0.82% -
XYZ 32.19 22.5 10.63 -
YUV 127.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 210 95 82 0 0.55 0.61 0.18 6.09 0.59 0.57
Hex D2 5F 52 0 37 3D 12 6 3B 39
Octal 322 137 122 0 67 75 22 6 73 71
Binary 11010010 1011111 1010010 0 110111 111101 10010 110 111011 111001

Color Harmonies of #D25F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F52

Black with #D25F52

Text Example


Text Example

White with #D25F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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