Html Css Color HEX #D84C48 Valencia

📋 copy color: '#D84C48'

red 216 ◦ green 76 ◦ blue 72

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

Shades of Valencia #D84C48

Tints of Valencia #D84C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 59.34%
G = 20.88%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84C48 (or 0xD84C48) is known color: Valencia. HEX triplet: D8, 4C and 48. RGB value is (216,76,72). Sum of RGB (Red+Green+Blue) = 216+76+72=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C48 is #27B3B7. Grayscale: #757575. Windows color (decimal): -2601912 or 4738264. OLE color: 4738264.

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

Color convert

RGB 216 76 72 -
CMYK 0 0.65 0.67 0.15
HSL 1.67º 0.65% 0.56% -
HSV(B) 1.67º 0.67% 0.85% -
XYZ 32.07 20.24 8.35 -
YUV 117.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 216 76 72 0 0.65 0.67 0.15 1.67 0.65 0.56
Hex D8 4C 48 0 41 43 F 2 41 38
Octal 330 114 110 0 101 103 17 2 101 70
Binary 11011000 1001100 1001000 0 1000001 1000011 1111 10 1000001 111000

Color Harmonies of #D84C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C48

Black with #D84C48

Text Example


Text Example

White with #D84C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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