Html Css Color HEX #D44D42 Valencia

📋 copy color: '#D44D42'

red 212 ◦ green 77 ◦ blue 66

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

Shades of Valencia #D44D42

Tints of Valencia #D44D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 59.72%
G = 21.69%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D44D42 (or 0xD44D42) is known color: Valencia. HEX triplet: D4, 4D and 42. RGB value is (212,77,66). Sum of RGB (Red+Green+Blue) = 212+77+66=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44D42 is #2BB2BD. Grayscale: #747474. Windows color (decimal): -2863806 or 4345300. OLE color: 4345300.

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

Color convert

RGB 212 77 66 -
CMYK 0 0.64 0.69 0.17
HSL 4.52º 0.63% 0.55% -
HSV(B) 4.52º 0.69% 0.83% -
XYZ 30.79 19.7 7.33 -
YUV 116.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 212 77 66 0 0.64 0.69 0.17 4.52 0.63 0.55
Hex D4 4D 42 0 40 45 11 5 3F 37
Octal 324 115 102 0 100 105 21 5 77 67
Binary 11010100 1001101 1000010 0 1000000 1000101 10001 101 111111 110111

Color Harmonies of #D44D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D42

Black with #D44D42

Text Example


Text Example

White with #D44D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D42; }

 p { color: rgb(212,77,66); }

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

background-color css

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

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

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

border-color css

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

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

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