Html Css Color HEX #D25E4F Valencia

📋 copy color: '#D25E4F'

red 210 ◦ green 94 ◦ blue 79

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

Shades of Valencia #D25E4F

Tints of Valencia #D25E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 54.83%
G = 24.54%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D25E4F (or 0xD25E4F) is known color: Valencia. HEX triplet: D2, 5E and 4F. RGB value is (210,94,79). Sum of RGB (Red+Green+Blue) = 210+94+79=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E4F is #2DA1B0. Grayscale: #7F7F7F. Windows color (decimal): -2990513 or 5201618. OLE color: 5201618.

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

Color convert

RGB 210 94 79 -
CMYK 0 0.55 0.62 0.18
HSL 6.87º 0.59% 0.57% -
HSV(B) 6.87º 0.62% 0.82% -
XYZ 31.99 22.27 10.01 -
YUV 126.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 210 94 79 0 0.55 0.62 0.18 6.87 0.59 0.57
Hex D2 5E 4F 0 37 3E 12 7 3B 39
Octal 322 136 117 0 67 76 22 7 73 71
Binary 11010010 1011110 1001111 0 110111 111110 10010 111 111011 111001

Color Harmonies of #D25E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E4F

Black with #D25E4F

Text Example


Text Example

White with #D25E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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