Html Css Color HEX #D64942 Valencia

📋 copy color: '#D64942'

red 214 ◦ green 73 ◦ blue 66

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

Shades of Valencia #D64942

Tints of Valencia #D64942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

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

R = 60.62%
G = 20.68%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64942 (or 0xD64942) is known color: Valencia. HEX triplet: D6, 49 and 42. RGB value is (214,73,66). Sum of RGB (Red+Green+Blue) = 214+73+66=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D64942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64942 is #29B6BD. Grayscale: #727272. Windows color (decimal): -2733758 or 4344278. OLE color: 4344278.

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

Color convert

RGB 214 73 66 -
CMYK 0 0.66 0.69 0.16
HSL 2.84º 0.64% 0.55% -
HSV(B) 2.84º 0.69% 0.84% -
XYZ 31.1 19.45 7.27 -
YUV 114.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 214 73 66 0 0.66 0.69 0.16 2.84 0.64 0.55
Hex D6 49 42 0 42 45 10 3 40 37
Octal 326 111 102 0 102 105 20 3 100 67
Binary 11010110 1001001 1000010 0 1000010 1000101 10000 11 1000000 110111

Color Harmonies of #D64942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64942

Black with #D64942

Text Example


Text Example

White with #D64942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64942; }

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

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

background-color css

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

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

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

border-color css

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

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

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