Html Css Color HEX #D84D3F Valencia

📋 copy color: '#D84D3F'

red 216 ◦ green 77 ◦ blue 63

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

Shades of Valencia #D84D3F

Tints of Valencia #D84D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 63 (25% from 255) = 17.7%

R = 60.67%
G = 21.63%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D84D3F (or 0xD84D3F) is known color: Valencia. HEX triplet: D8, 4D and 3F. RGB value is (216,77,63). Sum of RGB (Red+Green+Blue) = 216+77+63=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D3F is #27B2C0. Grayscale: #757575. Windows color (decimal): -2601665 or 4148696. OLE color: 4148696.

HSL color Cylindrical-coordinate representation of color #D84D3F: hue angle of 5.49º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D84D3F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 63 -
CMYK 0 0.64 0.71 0.15
HSL 5.49º 0.66% 0.55% -
HSV(B) 5.49º 0.71% 0.85% -
XYZ 31.87 20.27 6.93 -
YUV 116.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 216 77 63 0 0.64 0.71 0.15 5.49 0.66 0.55
Hex D8 4D 3F 0 40 47 F 5 42 37
Octal 330 115 77 0 100 107 17 5 102 67
Binary 11011000 1001101 111111 0 1000000 1000111 1111 101 1000010 110111

Color Harmonies of #D84D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D3F

Black with #D84D3F

Text Example


Text Example

White with #D84D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D3F; }

 p { color: rgb(216,77,63); }

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

background-color css

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

 a { background-color: rgb(216,77,63); }

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

border-color css

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

 span { border-color: rgb(216,77,63); }

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