Html Css Color HEX #D84744 Valencia

📋 copy color: '#D84744'

red 216 ◦ green 71 ◦ blue 68

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

Shades of Valencia #D84744

Tints of Valencia #D84744

RGB

 RED value IS 216 (84.77% from 255) = 60.85%

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 60.85%
G = 20%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84744 (or 0xD84744) is known color: Valencia. HEX triplet: D8, 47 and 44. RGB value is (216,71,68). Sum of RGB (Red+Green+Blue) = 216+71+68=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D84744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84744 is #27B8BB. Grayscale: #727272. Windows color (decimal): -2603196 or 4474840. OLE color: 4474840.

HSL color Cylindrical-coordinate representation of color #D84744: hue angle of 1.22º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84744 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 71 68 -
CMYK 0 0.67 0.69 0.15
HSL 1.22º 0.65% 0.56% -
HSV(B) 1.22º 0.69% 0.85% -
XYZ 31.62 19.52 7.57 -
YUV 114.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 216 71 68 0 0.67 0.69 0.15 1.22 0.65 0.56
Hex D8 47 44 0 43 45 F 1 41 38
Octal 330 107 104 0 103 105 17 1 101 70
Binary 11011000 1000111 1000100 0 1000011 1000101 1111 1 1000001 111000

Color Harmonies of #D84744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84744

Black with #D84744

Text Example


Text Example

White with #D84744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84744; }

 p { color: rgb(216,71,68); }

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

background-color css

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

 a { background-color: rgb(216,71,68); }

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

border-color css

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

 span { border-color: rgb(216,71,68); }

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