Html Css Color HEX #D44F4A Valencia

📋 copy color: '#D44F4A'

red 212 ◦ green 79 ◦ blue 74

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

Shades of Valencia #D44F4A

Tints of Valencia #D44F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 58.08%
G = 21.64%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D44F4A (or 0xD44F4A) is known color: Valencia. HEX triplet: D4, 4F and 4A. RGB value is (212,79,74). Sum of RGB (Red+Green+Blue) = 212+79+74=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44F4A is #2BB0B5. Grayscale: #767676. Windows color (decimal): -2863286 or 4870100. OLE color: 4870100.

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

Color convert

RGB 212 79 74 -
CMYK 0 0.63 0.65 0.17
HSL 2.17º 0.62% 0.56% -
HSV(B) 2.17º 0.65% 0.83% -
XYZ 31.18 20.08 8.71 -
YUV 118.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 212 79 74 0 0.63 0.65 0.17 2.17 0.62 0.56
Hex D4 4F 4A 0 3F 41 11 2 3E 38
Octal 324 117 112 0 77 101 21 2 76 70
Binary 11010100 1001111 1001010 0 111111 1000001 10001 10 111110 111000

Color Harmonies of #D44F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F4A

Black with #D44F4A

Text Example


Text Example

White with #D44F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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