Html Css Color HEX #D44A42 Valencia

📋 copy color: '#D44A42'

red 212 ◦ green 74 ◦ blue 66

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

Shades of Valencia #D44A42

Tints of Valencia #D44A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

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

R = 60.23%
G = 21.02%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D44A42 (or 0xD44A42) is known color: Valencia. HEX triplet: D4, 4A and 42. RGB value is (212,74,66). Sum of RGB (Red+Green+Blue) = 212+74+66=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44A42 is #2BB5BD. Grayscale: #727272. Windows color (decimal): -2864574 or 4344532. OLE color: 4344532.

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

Color convert

RGB 212 74 66 -
CMYK 0 0.65 0.69 0.17
HSL 3.29º 0.63% 0.55% -
HSV(B) 3.29º 0.69% 0.83% -
XYZ 30.58 19.29 7.27 -
YUV 114.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 212 74 66 0 0.65 0.69 0.17 3.29 0.63 0.55
Hex D4 4A 42 0 41 45 11 3 3F 37
Octal 324 112 102 0 101 105 21 3 77 67
Binary 11010100 1001010 1000010 0 1000001 1000101 10001 11 111111 110111

Color Harmonies of #D44A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A42

Black with #D44A42

Text Example


Text Example

White with #D44A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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