Html Css Color HEX #D25C51 Valencia

📋 copy color: '#D25C51'

red 210 ◦ green 92 ◦ blue 81

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

Shades of Valencia #D25C51

Tints of Valencia #D25C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.02%

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 54.83%
G = 24.02%
B = 21.15%

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

#D25C51 (or 0xD25C51) is known color: Valencia. HEX triplet: D2, 5C and 51. RGB value is (210,92,81). Sum of RGB (Red+Green+Blue) = 210+92+81=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C51 is #2DA3AE. Grayscale: #7E7E7E. Windows color (decimal): -2991023 or 5332178. OLE color: 5332178.

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

Color convert

RGB 210 92 81 -
CMYK 0 0.56 0.61 0.18
HSL 5.12º 0.59% 0.57% -
HSV(B) 5.12º 0.61% 0.82% -
XYZ 31.89 21.95 10.34 -
YUV 126.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 210 92 81 0 0.56 0.61 0.18 5.12 0.59 0.57
Hex D2 5C 51 0 38 3D 12 5 3B 39
Octal 322 134 121 0 70 75 22 5 73 71
Binary 11010010 1011100 1010001 0 111000 111101 10010 101 111011 111001

Color Harmonies of #D25C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C51

Black with #D25C51

Text Example


Text Example

White with #D25C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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