Html Css Color HEX #D25246 Valencia

📋 copy color: '#D25246'

red 210 ◦ green 82 ◦ blue 70

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

Shades of Valencia #D25246

Tints of Valencia #D25246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 58.01%
G = 22.65%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D25246 (or 0xD25246) is known color: Valencia. HEX triplet: D2, 52 and 46. RGB value is (210,82,70). Sum of RGB (Red+Green+Blue) = 210+82+70=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D25246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25246 is #2DADB9. Grayscale: #777777. Windows color (decimal): -2993594 or 4608722. OLE color: 4608722.

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

Color convert

RGB 210 82 70 -
CMYK 0 0.61 0.67 0.18
HSL 5.14º 0.61% 0.55% -
HSV(B) 5.14º 0.67% 0.82% -
XYZ 30.7 20.18 8.07 -
YUV 118.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 210 82 70 0 0.61 0.67 0.18 5.14 0.61 0.55
Hex D2 52 46 0 3D 43 12 5 3D 37
Octal 322 122 106 0 75 103 22 5 75 67
Binary 11010010 1010010 1000110 0 111101 1000011 10010 101 111101 110111

Color Harmonies of #D25246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25246

Black with #D25246

Text Example


Text Example

White with #D25246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25246; }

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

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

background-color css

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

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

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

border-color css

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

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

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