Html Css Color HEX #D44843 Valencia

📋 copy color: '#D44843'

red 212 ◦ green 72 ◦ blue 67

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

Shades of Valencia #D44843

Tints of Valencia #D44843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 60.4%
G = 20.51%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D44843 (or 0xD44843) is known color: Valencia. HEX triplet: D4, 48 and 43. RGB value is (212,72,67). Sum of RGB (Red+Green+Blue) = 212+72+67=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D44843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44843 is #2BB7BC. Grayscale: #717171. Windows color (decimal): -2865085 or 4409556. OLE color: 4409556.

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

Color convert

RGB 212 72 67 -
CMYK 0 0.66 0.68 0.17
HSL 2.07º 0.63% 0.55% -
HSV(B) 2.07º 0.68% 0.83% -
XYZ 30.48 19.04 7.38 -
YUV 113.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 212 72 67 0 0.66 0.68 0.17 2.07 0.63 0.55
Hex D4 48 43 0 42 44 11 2 3F 37
Octal 324 110 103 0 102 104 21 2 77 67
Binary 11010100 1001000 1000011 0 1000010 1000100 10001 10 111111 110111

Color Harmonies of #D44843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44843

Black with #D44843

Text Example


Text Example

White with #D44843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44843; }

 p { color: rgb(212,72,67); }

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

background-color css

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

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

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

border-color css

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

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

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