Html Css Color HEX #D84C41 Valencia

📋 copy color: '#D84C41'

red 216 ◦ green 76 ◦ blue 65

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

Shades of Valencia #D84C41

Tints of Valencia #D84C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

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

R = 60.5%
G = 21.29%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84C41 (or 0xD84C41) is known color: Valencia. HEX triplet: D8, 4C and 41. RGB value is (216,76,65). Sum of RGB (Red+Green+Blue) = 216+76+65=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C41 is #27B3BE. Grayscale: #747474. Windows color (decimal): -2601919 or 4279512. OLE color: 4279512.

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

Color convert

RGB 216 76 65 -
CMYK 0 0.65 0.70 0.15
HSL 4.37º 0.66% 0.55% -
HSV(B) 4.37º 0.7% 0.85% -
XYZ 31.86 20.15 7.21 -
YUV 116.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 216 76 65 0 0.65 0.70 0.15 4.37 0.66 0.55
Hex D8 4C 41 0 41 46 F 4 42 37
Octal 330 114 101 0 101 106 17 4 102 67
Binary 11011000 1001100 1000001 0 1000001 1000110 1111 100 1000010 110111

Color Harmonies of #D84C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C41

Black with #D84C41

Text Example


Text Example

White with #D84C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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