Html Css Color HEX #D84948 Valencia

📋 copy color: '#D84948'

red 216 ◦ green 73 ◦ blue 72

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

Shades of Valencia #D84948

Tints of Valencia #D84948

RGB

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

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

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

R = 59.83%
G = 20.22%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84948 (or 0xD84948) is known color: Valencia. HEX triplet: D8, 49 and 48. RGB value is (216,73,72). Sum of RGB (Red+Green+Blue) = 216+73+72=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D84948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84948 is #27B6B7. Grayscale: #737373. Windows color (decimal): -2602680 or 4737496. OLE color: 4737496.

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

Color convert

RGB 216 73 72 -
CMYK 0 0.66 0.67 0.15
HSL 0.42º 0.65% 0.56% -
HSV(B) 0.42º 0.67% 0.85% -
XYZ 31.87 19.83 8.28 -
YUV 115.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 216 73 72 0 0.66 0.67 0.15 0.42 0.65 0.56
Hex D8 49 48 0 42 43 F 0 41 38
Octal 330 111 110 0 102 103 17 0 101 70
Binary 11011000 1001001 1001000 0 1000010 1000011 1111 0 1000001 111000

Color Harmonies of #D84948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84948

Black with #D84948

Text Example


Text Example

White with #D84948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84948; }

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

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

background-color css

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

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

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

border-color css

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

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

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