Html Css Color HEX #D44845 Valencia

📋 copy color: '#D44845'

red 212 ◦ green 72 ◦ blue 69

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

Shades of Valencia #D44845

Tints of Valencia #D44845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 60.06%
G = 20.4%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D44845 (or 0xD44845) is known color: Valencia. HEX triplet: D4, 48 and 45. RGB value is (212,72,69). Sum of RGB (Red+Green+Blue) = 212+72+69=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D44845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44845 is #2BB7BA. Grayscale: #717171. Windows color (decimal): -2865083 or 4540628. OLE color: 4540628.

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

Color convert

RGB 212 72 69 -
CMYK 0 0.66 0.67 0.17
HSL 1.26º 0.62% 0.55% -
HSV(B) 1.26º 0.67% 0.83% -
XYZ 30.54 19.06 7.7 -
YUV 113.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 212 72 69 0 0.66 0.67 0.17 1.26 0.62 0.55
Hex D4 48 45 0 42 43 11 1 3E 37
Octal 324 110 105 0 102 103 21 1 76 67
Binary 11010100 1001000 1000101 0 1000010 1000011 10001 1 111110 110111

Color Harmonies of #D44845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44845

Black with #D44845

Text Example


Text Example

White with #D44845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44845; }

 p { color: rgb(212,72,69); }

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

background-color css

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

 a { background-color: rgb(212,72,69); }

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

border-color css

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

 span { border-color: rgb(212,72,69); }

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