Html Css Color HEX #D84A43 Valencia

📋 copy color: '#D84A43'

red 216 ◦ green 74 ◦ blue 67

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

Shades of Valencia #D84A43

Tints of Valencia #D84A43

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 60.5%
G = 20.73%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84A43 (or 0xD84A43) is known color: Valencia. HEX triplet: D8, 4A and 43. RGB value is (216,74,67). Sum of RGB (Red+Green+Blue) = 216+74+67=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A43 is #27B5BC. Grayscale: #737373. Windows color (decimal): -2602429 or 4410072. OLE color: 4410072.

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

Color convert

RGB 216 74 67 -
CMYK 0 0.66 0.69 0.15
HSL 2.82º 0.66% 0.55% -
HSV(B) 2.82º 0.69% 0.85% -
XYZ 31.78 19.9 7.48 -
YUV 115.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 216 74 67 0 0.66 0.69 0.15 2.82 0.66 0.55
Hex D8 4A 43 0 42 45 F 3 42 37
Octal 330 112 103 0 102 105 17 3 102 67
Binary 11011000 1001010 1000011 0 1000010 1000101 1111 11 1000010 110111

Color Harmonies of #D84A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A43

Black with #D84A43

Text Example


Text Example

White with #D84A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A43; }

 p { color: rgb(216,74,67); }

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

background-color css

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

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

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

border-color css

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

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

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