Html Css Color HEX #D65042 Valencia

📋 copy color: '#D65042'

red 214 ◦ green 80 ◦ blue 66

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

Shades of Valencia #D65042

Tints of Valencia #D65042

RGB

 RED value IS 214 (83.98% from 255) = 59.44%

 GREEN value IS 80 (31.64% from 255) = 22.22%

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

R = 59.44%
G = 22.22%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D65042 (or 0xD65042) is known color: Valencia. HEX triplet: D6, 50 and 42. RGB value is (214,80,66). Sum of RGB (Red+Green+Blue) = 214+80+66=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D65042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65042 is #29AFBD. Grayscale: #767676. Windows color (decimal): -2731966 or 4346070. OLE color: 4346070.

HSL color Cylindrical-coordinate representation of color #D65042: hue angle of 5.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65042 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 66 -
CMYK 0 0.63 0.69 0.16
HSL 5.68º 0.64% 0.55% -
HSV(B) 5.68º 0.69% 0.84% -
XYZ 31.58 20.43 7.43 -
YUV 118.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 214 80 66 0 0.63 0.69 0.16 5.68 0.64 0.55
Hex D6 50 42 0 3F 45 10 6 40 37
Octal 326 120 102 0 77 105 20 6 100 67
Binary 11010110 1010000 1000010 0 111111 1000101 10000 110 1000000 110111

Color Harmonies of #D65042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65042

Black with #D65042

Text Example


Text Example

White with #D65042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65042; }

 p { color: rgb(214,80,66); }

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

background-color css

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

 a { background-color: rgb(214,80,66); }

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

border-color css

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

 span { border-color: rgb(214,80,66); }

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