Html Css Color HEX #D84D41 Valencia

📋 copy color: '#D84D41'

red 216 ◦ green 77 ◦ blue 65

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

Shades of Valencia #D84D41

Tints of Valencia #D84D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 60.34%
G = 21.51%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84D41 (or 0xD84D41) is known color: Valencia. HEX triplet: D8, 4D and 41. RGB value is (216,77,65). Sum of RGB (Red+Green+Blue) = 216+77+65=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D41 is #27B2BE. Grayscale: #757575. Windows color (decimal): -2601663 or 4279768. OLE color: 4279768.

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

Color convert

RGB 216 77 65 -
CMYK 0 0.64 0.70 0.15
HSL 4.77º 0.66% 0.55% -
HSV(B) 4.77º 0.7% 0.85% -
XYZ 31.93 20.29 7.23 -
YUV 117.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 216 77 65 0 0.64 0.70 0.15 4.77 0.66 0.55
Hex D8 4D 41 0 40 46 F 5 42 37
Octal 330 115 101 0 100 106 17 5 102 67
Binary 11011000 1001101 1000001 0 1000000 1000110 1111 101 1000010 110111

Color Harmonies of #D84D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D41

Black with #D84D41

Text Example


Text Example

White with #D84D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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