Html Css Color HEX #D25044 Valencia

📋 copy color: '#D25044'

red 210 ◦ green 80 ◦ blue 68

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

Shades of Valencia #D25044

Tints of Valencia #D25044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 58.66%
G = 22.35%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D25044 (or 0xD25044) is known color: Valencia. HEX triplet: D2, 50 and 44. RGB value is (210,80,68). Sum of RGB (Red+Green+Blue) = 210+80+68=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D25044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25044 is #2DAFBB. Grayscale: #757575. Windows color (decimal): -2994108 or 4477138. OLE color: 4477138.

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

Color convert

RGB 210 80 68 -
CMYK 0 0.62 0.68 0.18
HSL 5.07º 0.61% 0.55% -
HSV(B) 5.07º 0.68% 0.82% -
XYZ 30.49 19.86 7.69 -
YUV 117.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 210 80 68 0 0.62 0.68 0.18 5.07 0.61 0.55
Hex D2 50 44 0 3E 44 12 5 3D 37
Octal 322 120 104 0 76 104 22 5 75 67
Binary 11010010 1010000 1000100 0 111110 1000100 10010 101 111101 110111

Color Harmonies of #D25044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25044

Black with #D25044

Text Example


Text Example

White with #D25044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25044; }

 p { color: rgb(210,80,68); }

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

background-color css

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

 a { background-color: rgb(210,80,68); }

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

border-color css

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

 span { border-color: rgb(210,80,68); }

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