Html Css Color HEX #D44F4F Valencia

📋 copy color: '#D44F4F'

red 212 ◦ green 79 ◦ blue 79

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

Shades of Valencia #D44F4F

Tints of Valencia #D44F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 57.3%
G = 21.35%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D44F4F (or 0xD44F4F) is known color: Valencia. HEX triplet: D4, 4F and 4F. RGB value is (212,79,79). Sum of RGB (Red+Green+Blue) = 212+79+79=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F4F is #2BB0B0. Grayscale: #767676. Windows color (decimal): -2863281 or 5197780. OLE color: 5197780.

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

Color convert

RGB 212 79 79 -
CMYK 0 0.63 0.63 0.17
HSL 0.61% 0.57% -
HSV(B) 0.63% 0.83% -
XYZ 31.36 20.15 9.63 -
YUV 118.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 212 79 79 0 0.63 0.63 0.17 0 0.61 0.57
Hex D4 4F 4F 0 3F 3F 11 0 3D 39
Octal 324 117 117 0 77 77 21 0 75 71
Binary 11010100 1001111 1001111 0 111111 111111 10001 0 111101 111001

Color Harmonies of #D44F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F4F

Black with #D44F4F

Text Example


Text Example

White with #D44F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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