Html Css Color HEX #D84E41 Valencia

📋 copy color: '#D84E41'

red 216 ◦ green 78 ◦ blue 65

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

Shades of Valencia #D84E41

Tints of Valencia #D84E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

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

R = 60.17%
G = 21.73%
B = 18.11%

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

#D84E41 (or 0xD84E41) is known color: Valencia. HEX triplet: D8, 4E and 41. RGB value is (216,78,65). Sum of RGB (Red+Green+Blue) = 216+78+65=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E41 is #27B1BE. Grayscale: #757575. Windows color (decimal): -2601407 or 4280024. OLE color: 4280024.

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

Color convert

RGB 216 78 65 -
CMYK 0 0.64 0.70 0.15
HSL 5.17º 0.66% 0.55% -
HSV(B) 5.17º 0.7% 0.85% -
XYZ 32 20.43 7.26 -
YUV 117.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 216 78 65 0 0.64 0.70 0.15 5.17 0.66 0.55
Hex D8 4E 41 0 40 46 F 5 42 37
Octal 330 116 101 0 100 106 17 5 102 67
Binary 11011000 1001110 1000001 0 1000000 1000110 1111 101 1000010 110111

Color Harmonies of #D84E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E41

Black with #D84E41

Text Example


Text Example

White with #D84E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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