Html Css Color HEX #D84A42 Valencia

📋 copy color: '#D84A42'

red 216 ◦ green 74 ◦ blue 66

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

Shades of Valencia #D84A42

Tints of Valencia #D84A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 60.67%
G = 20.79%
B = 18.54%

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

#D84A42 (or 0xD84A42) is known color: Valencia. HEX triplet: D8, 4A and 42. RGB value is (216,74,66). Sum of RGB (Red+Green+Blue) = 216+74+66=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A42 is #27B5BD. Grayscale: #737373. Windows color (decimal): -2602430 or 4344536. OLE color: 4344536.

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

Color convert

RGB 216 74 66 -
CMYK 0 0.66 0.69 0.15
HSL 3.2º 0.66% 0.55% -
HSV(B) 3.2º 0.69% 0.85% -
XYZ 31.75 19.89 7.32 -
YUV 115.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 216 74 66 0 0.66 0.69 0.15 3.2 0.66 0.55
Hex D8 4A 42 0 42 45 F 3 42 37
Octal 330 112 102 0 102 105 17 3 102 67
Binary 11011000 1001010 1000010 0 1000010 1000101 1111 11 1000010 110111

Color Harmonies of #D84A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A42

Black with #D84A42

Text Example


Text Example

White with #D84A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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