Html Css Color HEX #D44F48 Valencia

📋 copy color: '#D44F48'

red 212 ◦ green 79 ◦ blue 72

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

Shades of Valencia #D44F48

Tints of Valencia #D44F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 58.4%
G = 21.76%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D44F48 (or 0xD44F48) is known color: Valencia. HEX triplet: D4, 4F and 48. RGB value is (212,79,72). Sum of RGB (Red+Green+Blue) = 212+79+72=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44F48 is #2BB0B7. Grayscale: #767676. Windows color (decimal): -2863288 or 4739028. OLE color: 4739028.

HSL color Cylindrical-coordinate representation of color #D44F48: hue angle of 3º 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 #D44F48 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 72 -
CMYK 0 0.63 0.66 0.17
HSL 0.62% 0.56% -
HSV(B) 0.66% 0.83% -
XYZ 31.12 20.06 8.36 -
YUV 117.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 212 79 72 0 0.63 0.66 0.17 3 0.62 0.56
Hex D4 4F 48 0 3F 42 11 3 3E 38
Octal 324 117 110 0 77 102 21 3 76 70
Binary 11010100 1001111 1001000 0 111111 1000010 10001 11 111110 111000

Color Harmonies of #D44F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F48

Black with #D44F48

Text Example


Text Example

White with #D44F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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