Html Css Color HEX #D84944 Valencia

📋 copy color: '#D84944'

red 216 ◦ green 73 ◦ blue 68

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

Shades of Valencia #D84944

Tints of Valencia #D84944

RGB

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

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

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

R = 60.5%
G = 20.45%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84944 (or 0xD84944) is known color: Valencia. HEX triplet: D8, 49 and 44. RGB value is (216,73,68). Sum of RGB (Red+Green+Blue) = 216+73+68=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D84944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84944 is #27B6BB. Grayscale: #737373. Windows color (decimal): -2602684 or 4475352. OLE color: 4475352.

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

Color convert

RGB 216 73 68 -
CMYK 0 0.66 0.69 0.15
HSL 2.03º 0.65% 0.56% -
HSV(B) 2.03º 0.69% 0.85% -
XYZ 31.74 19.78 7.61 -
YUV 115.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 216 73 68 0 0.66 0.69 0.15 2.03 0.65 0.56
Hex D8 49 44 0 42 45 F 2 41 38
Octal 330 111 104 0 102 105 17 2 101 70
Binary 11011000 1001001 1000100 0 1000010 1000101 1111 10 1000001 111000

Color Harmonies of #D84944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84944

Black with #D84944

Text Example


Text Example

White with #D84944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84944; }

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

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

background-color css

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

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

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

border-color css

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

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

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