Html Css Color HEX #D64A42 Valencia

📋 copy color: '#D64A42'

red 214 ◦ green 74 ◦ blue 66

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

Shades of Valencia #D64A42

Tints of Valencia #D64A42

RGB

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

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

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

R = 60.45%
G = 20.9%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64A42 (or 0xD64A42) is known color: Valencia. HEX triplet: D6, 4A and 42. RGB value is (214,74,66). Sum of RGB (Red+Green+Blue) = 214+74+66=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A42 is #29B5BD. Grayscale: #737373. Windows color (decimal): -2733502 or 4344534. OLE color: 4344534.

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

Color convert

RGB 214 74 66 -
CMYK 0 0.65 0.69 0.16
HSL 3.24º 0.64% 0.55% -
HSV(B) 3.24º 0.69% 0.84% -
XYZ 31.16 19.59 7.29 -
YUV 114.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 214 74 66 0 0.65 0.69 0.16 3.24 0.64 0.55
Hex D6 4A 42 0 41 45 10 3 40 37
Octal 326 112 102 0 101 105 20 3 100 67
Binary 11010110 1001010 1000010 0 1000001 1000101 10000 11 1000000 110111

Color Harmonies of #D64A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A42

Black with #D64A42

Text Example


Text Example

White with #D64A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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