Html Css Color HEX #D25453 Valencia

📋 copy color: '#D25453'

red 210 ◦ green 84 ◦ blue 83

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

Shades of Valencia #D25453

Tints of Valencia #D25453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 55.7%
G = 22.28%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D25453 (or 0xD25453) is known color: Valencia. HEX triplet: D2, 54 and 53. RGB value is (210,84,83). Sum of RGB (Red+Green+Blue) = 210+84+83=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D25453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25453 is #2DABAC. Grayscale: #797979. Windows color (decimal): -2993069 or 5461202. OLE color: 5461202.

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

Color convert

RGB 210 84 83 -
CMYK 0 0.6 0.60 0.18
HSL 0.47º 0.59% 0.57% -
HSV(B) 0.47º 0.6% 0.82% -
XYZ 31.31 20.67 10.52 -
YUV 121.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 210 84 83 0 0.6 0.60 0.18 0.47 0.59 0.57
Hex D2 54 53 0 3C 3C 12 0 3B 39
Octal 322 124 123 0 74 74 22 0 73 71
Binary 11010010 1010100 1010011 0 111100 111100 10010 0 111011 111001

Color Harmonies of #D25453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25453

Black with #D25453

Text Example


Text Example

White with #D25453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25453; }

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

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

background-color css

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

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

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

border-color css

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

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

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