Html Css Color HEX #D84E4E Valencia

📋 copy color: '#D84E4E'

red 216 ◦ green 78 ◦ blue 78

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

Shades of Valencia #D84E4E

Tints of Valencia #D84E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.97%

R = 58.06%
G = 20.97%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D84E4E (or 0xD84E4E) is known color: Valencia. HEX triplet: D8, 4E and 4E. RGB value is (216,78,78). Sum of RGB (Red+Green+Blue) = 216+78+78=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E4E is #27B1B1. Grayscale: #777777. Windows color (decimal): -2601394 or 5131992. OLE color: 5131992.

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

Color convert

RGB 216 78 78 -
CMYK 0 0.64 0.64 0.15
HSL 0.64% 0.58% -
HSV(B) 0.64% 0.85% -
XYZ 32.42 20.6 9.47 -
YUV 119.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 216 78 78 0 0.64 0.64 0.15 0 0.64 0.58
Hex D8 4E 4E 0 40 40 F 0 40 3A
Octal 330 116 116 0 100 100 17 0 100 72
Binary 11011000 1001110 1001110 0 1000000 1000000 1111 0 1000000 111010

Color Harmonies of #D84E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E4E

Black with #D84E4E

Text Example


Text Example

White with #D84E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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