Html Css Color HEX #D25145 Valencia

📋 copy color: '#D25145'

red 210 ◦ green 81 ◦ blue 69

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

Shades of Valencia #D25145

Tints of Valencia #D25145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 58.33%
G = 22.5%
B = 19.17%

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

#D25145 (or 0xD25145) is known color: Valencia. HEX triplet: D2, 51 and 45. RGB value is (210,81,69). Sum of RGB (Red+Green+Blue) = 210+81+69=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D25145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25145 is #2DAEBA. Grayscale: #767676. Windows color (decimal): -2993851 or 4542930. OLE color: 4542930.

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

Color convert

RGB 210 81 69 -
CMYK 0 0.61 0.67 0.18
HSL 5.11º 0.61% 0.55% -
HSV(B) 5.11º 0.67% 0.82% -
XYZ 30.59 20.02 7.88 -
YUV 118.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 210 81 69 0 0.61 0.67 0.18 5.11 0.61 0.55
Hex D2 51 45 0 3D 43 12 5 3D 37
Octal 322 121 105 0 75 103 22 5 75 67
Binary 11010010 1010001 1000101 0 111101 1000011 10010 101 111101 110111

Color Harmonies of #D25145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25145

Black with #D25145

Text Example


Text Example

White with #D25145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25145; }

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

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

background-color css

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

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

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

border-color css

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

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

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