Html Css Color HEX #D25E4D Valencia

📋 copy color: '#D25E4D'

red 210 ◦ green 94 ◦ blue 77

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

Shades of Valencia #D25E4D

Tints of Valencia #D25E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.67%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 55.12%
G = 24.67%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D25E4D (or 0xD25E4D) is known color: Valencia. HEX triplet: D2, 5E and 4D. RGB value is (210,94,77). Sum of RGB (Red+Green+Blue) = 210+94+77=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E4D is #2DA1B2. Grayscale: #7E7E7E. Windows color (decimal): -2990515 or 5070546. OLE color: 5070546.

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

Color convert

RGB 210 94 77 -
CMYK 0 0.55 0.63 0.18
HSL 7.67º 0.6% 0.56% -
HSV(B) 7.67º 0.63% 0.82% -
XYZ 31.92 22.24 9.63 -
YUV 126.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 210 94 77 0 0.55 0.63 0.18 7.67 0.6 0.56
Hex D2 5E 4D 0 37 3F 12 8 3C 38
Octal 322 136 115 0 67 77 22 10 74 70
Binary 11010010 1011110 1001101 0 110111 111111 10010 1000 111100 111000

Color Harmonies of #D25E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E4D

Black with #D25E4D

Text Example


Text Example

White with #D25E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E4D; }

 p { color: rgb(210,94,77); }

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

background-color css

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

 a { background-color: rgb(210,94,77); }

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

border-color css

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

 span { border-color: rgb(210,94,77); }

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