Html Css Color HEX #D44942 Valencia

📋 copy color: '#D44942'

red 212 ◦ green 73 ◦ blue 66

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

Shades of Valencia #D44942

Tints of Valencia #D44942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

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

R = 60.4%
G = 20.8%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D44942 (or 0xD44942) is known color: Valencia. HEX triplet: D4, 49 and 42. RGB value is (212,73,66). Sum of RGB (Red+Green+Blue) = 212+73+66=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D44942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44942 is #2BB6BD. Grayscale: #717171. Windows color (decimal): -2864830 or 4344276. OLE color: 4344276.

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

Color convert

RGB 212 73 66 -
CMYK 0 0.66 0.69 0.17
HSL 2.88º 0.63% 0.55% -
HSV(B) 2.88º 0.69% 0.83% -
XYZ 30.52 19.16 7.24 -
YUV 113.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 212 73 66 0 0.66 0.69 0.17 2.88 0.63 0.55
Hex D4 49 42 0 42 45 11 3 3F 37
Octal 324 111 102 0 102 105 21 3 77 67
Binary 11010100 1001001 1000010 0 1000010 1000101 10001 11 111111 110111

Color Harmonies of #D44942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44942

Black with #D44942

Text Example


Text Example

White with #D44942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44942; }

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

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

background-color css

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

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

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

border-color css

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

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

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