Html Css Color HEX #D25C54 Valencia

📋 copy color: '#D25C54'

red 210 ◦ green 92 ◦ blue 84

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

Shades of Valencia #D25C54

Tints of Valencia #D25C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 54.4%
G = 23.83%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D25C54 (or 0xD25C54) is known color: Valencia. HEX triplet: D2, 5C and 54. RGB value is (210,92,84). Sum of RGB (Red+Green+Blue) = 210+92+84=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C54 is #2DA3AB. Grayscale: #7E7E7E. Windows color (decimal): -2991020 or 5528786. OLE color: 5528786.

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

Color convert

RGB 210 92 84 -
CMYK 0 0.56 0.6 0.18
HSL 3.81º 0.58% 0.58% -
HSV(B) 3.81º 0.6% 0.82% -
XYZ 32.01 22 10.95 -
YUV 126.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 210 92 84 0 0.56 0.6 0.18 3.81 0.58 0.58
Hex D2 5C 54 0 38 3C 12 4 3A 3A
Octal 322 134 124 0 70 74 22 4 72 72
Binary 11010010 1011100 1010100 0 111000 111100 10010 100 111010 111010

Color Harmonies of #D25C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C54

Black with #D25C54

Text Example


Text Example

White with #D25C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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