Html Css Color HEX #D64C42 Valencia

📋 copy color: '#D64C42'

red 214 ◦ green 76 ◦ blue 66

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

Shades of Valencia #D64C42

Tints of Valencia #D64C42

RGB

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

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

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

R = 60.11%
G = 21.35%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64C42 (or 0xD64C42) is known color: Valencia. HEX triplet: D6, 4C and 42. RGB value is (214,76,66). Sum of RGB (Red+Green+Blue) = 214+76+66=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C42 is #29B3BD. Grayscale: #747474. Windows color (decimal): -2732990 or 4345046. OLE color: 4345046.

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

Color convert

RGB 214 76 66 -
CMYK 0 0.64 0.69 0.16
HSL 4.05º 0.64% 0.55% -
HSV(B) 4.05º 0.69% 0.84% -
XYZ 31.3 19.86 7.34 -
YUV 116.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 214 76 66 0 0.64 0.69 0.16 4.05 0.64 0.55
Hex D6 4C 42 0 40 45 10 4 40 37
Octal 326 114 102 0 100 105 20 4 100 67
Binary 11010110 1001100 1000010 0 1000000 1000101 10000 100 1000000 110111

Color Harmonies of #D64C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C42

Black with #D64C42

Text Example


Text Example

White with #D64C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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