Html Css Color HEX #D25043 Valencia

📋 copy color: '#D25043'

red 210 ◦ green 80 ◦ blue 67

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

Shades of Valencia #D25043

Tints of Valencia #D25043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 58.82%
G = 22.41%
B = 18.77%

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

#D25043 (or 0xD25043) is known color: Valencia. HEX triplet: D2, 50 and 43. RGB value is (210,80,67). Sum of RGB (Red+Green+Blue) = 210+80+67=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D25043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25043 is #2DAFBC. Grayscale: #757575. Windows color (decimal): -2994109 or 4411602. OLE color: 4411602.

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

Color convert

RGB 210 80 67 -
CMYK 0 0.62 0.68 0.18
HSL 5.45º 0.61% 0.54% -
HSV(B) 5.45º 0.68% 0.82% -
XYZ 30.46 19.84 7.54 -
YUV 117.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 210 80 67 0 0.62 0.68 0.18 5.45 0.61 0.54
Hex D2 50 43 0 3E 44 12 5 3D 36
Octal 322 120 103 0 76 104 22 5 75 66
Binary 11010010 1010000 1000011 0 111110 1000100 10010 101 111101 110110

Color Harmonies of #D25043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25043

Black with #D25043

Text Example


Text Example

White with #D25043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25043; }

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

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

background-color css

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

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

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

border-color css

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

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

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