Html Css Color HEX #D45449 Valencia

📋 copy color: '#D45449'

red 212 ◦ green 84 ◦ blue 73

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

Shades of Valencia #D45449

Tints of Valencia #D45449

RGB

 RED value IS 212 (83.2% from 255) = 57.45%

 GREEN value IS 84 (33.2% from 255) = 22.76%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 57.45%
G = 22.76%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D45449 (or 0xD45449) is known color: Valencia. HEX triplet: D4, 54 and 49. RGB value is (212,84,73). Sum of RGB (Red+Green+Blue) = 212+84+73=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D45449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45449 is #2BABB6. Grayscale: #797979. Windows color (decimal): -2862007 or 4805844. OLE color: 4805844.

HSL color Cylindrical-coordinate representation of color #D45449: hue angle of 4.75º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D45449 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 84 73 -
CMYK 0 0.60 0.66 0.17
HSL 4.75º 0.62% 0.56% -
HSV(B) 4.75º 0.66% 0.83% -
XYZ 31.52 20.82 8.66 -
YUV 121.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 212 84 73 0 0.60 0.66 0.17 4.75 0.62 0.56
Hex D4 54 49 0 3C 42 11 5 3E 38
Octal 324 124 111 0 74 102 21 5 76 70
Binary 11010100 1010100 1001001 0 111100 1000010 10001 101 111110 111000

Color Harmonies of #D45449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45449

Black with #D45449

Text Example


Text Example

White with #D45449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45449; }

 p { color: rgb(212,84,73); }

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

background-color css

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

 a { background-color: rgb(212,84,73); }

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

border-color css

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

 span { border-color: rgb(212,84,73); }

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