Html Css Color HEX #D25A4A Valencia

📋 copy color: '#D25A4A'

red 210 ◦ green 90 ◦ blue 74

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

Shades of Valencia #D25A4A

Tints of Valencia #D25A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 56.15%
G = 24.06%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D25A4A (or 0xD25A4A) is known color: Valencia. HEX triplet: D2, 5A and 4A. RGB value is (210,90,74). Sum of RGB (Red+Green+Blue) = 210+90+74=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A4A is #2DA5B5. Grayscale: #7C7C7C. Windows color (decimal): -2991542 or 4872914. OLE color: 4872914.

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

Color convert

RGB 210 90 74 -
CMYK 0 0.57 0.65 0.18
HSL 7.06º 0.6% 0.56% -
HSV(B) 7.06º 0.65% 0.82% -
XYZ 31.47 21.51 8.97 -
YUV 124.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 210 90 74 0 0.57 0.65 0.18 7.06 0.6 0.56
Hex D2 5A 4A 0 39 41 12 7 3C 38
Octal 322 132 112 0 71 101 22 7 74 70
Binary 11010010 1011010 1001010 0 111001 1000001 10010 111 111100 111000

Color Harmonies of #D25A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A4A

Black with #D25A4A

Text Example


Text Example

White with #D25A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A4A; }

 p { color: rgb(210,90,74); }

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

background-color css

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

 a { background-color: rgb(210,90,74); }

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

border-color css

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

 span { border-color: rgb(210,90,74); }

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