Html Css Color HEX #D44743 Valencia

📋 copy color: '#D44743'

red 212 ◦ green 71 ◦ blue 67

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

Shades of Valencia #D44743

Tints of Valencia #D44743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 60.57%
G = 20.29%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D44743 (or 0xD44743) is known color: Valencia. HEX triplet: D4, 47 and 43. RGB value is (212,71,67). Sum of RGB (Red+Green+Blue) = 212+71+67=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D44743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44743 is #2BB8BC. Grayscale: #707070. Windows color (decimal): -2865341 or 4409300. OLE color: 4409300.

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

Color convert

RGB 212 71 67 -
CMYK 0 0.67 0.68 0.17
HSL 1.66º 0.63% 0.55% -
HSV(B) 1.66º 0.68% 0.83% -
XYZ 30.42 18.91 7.36 -
YUV 112.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 212 71 67 0 0.67 0.68 0.17 1.66 0.63 0.55
Hex D4 47 43 0 43 44 11 2 3F 37
Octal 324 107 103 0 103 104 21 2 77 67
Binary 11010100 1000111 1000011 0 1000011 1000100 10001 10 111111 110111

Color Harmonies of #D44743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44743

Black with #D44743

Text Example


Text Example

White with #D44743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44743; }

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

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

background-color css

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

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

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

border-color css

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

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

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