Html Css Color HEX #D25245 Valencia

📋 copy color: '#D25245'

red 210 ◦ green 82 ◦ blue 69

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

Shades of Valencia #D25245

Tints of Valencia #D25245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 58.17%
G = 22.71%
B = 19.11%

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

#D25245 (or 0xD25245) is known color: Valencia. HEX triplet: D2, 52 and 45. RGB value is (210,82,69). Sum of RGB (Red+Green+Blue) = 210+82+69=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D25245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25245 is #2DADBA. Grayscale: #767676. Windows color (decimal): -2993595 or 4543186. OLE color: 4543186.

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

Color convert

RGB 210 82 69 -
CMYK 0 0.61 0.67 0.18
HSL 5.53º 0.61% 0.55% -
HSV(B) 5.53º 0.67% 0.82% -
XYZ 30.67 20.17 7.91 -
YUV 118.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 210 82 69 0 0.61 0.67 0.18 5.53 0.61 0.55
Hex D2 52 45 0 3D 43 12 6 3D 37
Octal 322 122 105 0 75 103 22 6 75 67
Binary 11010010 1010010 1000101 0 111101 1000011 10010 110 111101 110111

Color Harmonies of #D25245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25245

Black with #D25245

Text Example


Text Example

White with #D25245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25245; }

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

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

background-color css

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

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

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

border-color css

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

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

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