Html Css Color HEX #D84844 Valencia

📋 copy color: '#D84844'

red 216 ◦ green 72 ◦ blue 68

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

Shades of Valencia #D84844

Tints of Valencia #D84844

RGB

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

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

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

R = 60.67%
G = 20.22%
B = 19.1%

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

#D84844 (or 0xD84844) is known color: Valencia. HEX triplet: D8, 48 and 44. RGB value is (216,72,68). Sum of RGB (Red+Green+Blue) = 216+72+68=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D84844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84844 is #27B7BB. Grayscale: #727272. Windows color (decimal): -2602940 or 4475096. OLE color: 4475096.

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

Color convert

RGB 216 72 68 -
CMYK 0 0.67 0.69 0.15
HSL 1.62º 0.65% 0.56% -
HSV(B) 1.62º 0.69% 0.85% -
XYZ 31.68 19.65 7.59 -
YUV 114.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 216 72 68 0 0.67 0.69 0.15 1.62 0.65 0.56
Hex D8 48 44 0 43 45 F 2 41 38
Octal 330 110 104 0 103 105 17 2 101 70
Binary 11011000 1001000 1000100 0 1000011 1000101 1111 10 1000001 111000

Color Harmonies of #D84844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84844

Black with #D84844

Text Example


Text Example

White with #D84844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84844; }

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

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

background-color css

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

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

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

border-color css

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

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

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