Html Css Color HEX #D84E3E Valencia

📋 copy color: '#D84E3E'

red 216 ◦ green 78 ◦ blue 62

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

Shades of Valencia #D84E3E

Tints of Valencia #D84E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 60.67%
G = 21.91%
B = 17.42%

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

#D84E3E (or 0xD84E3E) is known color: Valencia. HEX triplet: D8, 4E and 3E. RGB value is (216,78,62). Sum of RGB (Red+Green+Blue) = 216+78+62=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E3E is #27B1C1. Grayscale: #757575. Windows color (decimal): -2601410 or 4083416. OLE color: 4083416.

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

Color convert

RGB 216 78 62 -
CMYK 0 0.64 0.71 0.15
HSL 6.23º 0.66% 0.55% -
HSV(B) 6.23º 0.71% 0.85% -
XYZ 31.91 20.4 6.81 -
YUV 117.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 216 78 62 0 0.64 0.71 0.15 6.23 0.66 0.55
Hex D8 4E 3E 0 40 47 F 6 42 37
Octal 330 116 76 0 100 107 17 6 102 67
Binary 11011000 1001110 111110 0 1000000 1000111 1111 110 1000010 110111

Color Harmonies of #D84E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E3E

Black with #D84E3E

Text Example


Text Example

White with #D84E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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