Html Css Color HEX #D64949 Valencia

📋 copy color: '#D64949'

red 214 ◦ green 73 ◦ blue 73

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

Shades of Valencia #D64949

Tints of Valencia #D64949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 59.44%
G = 20.28%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D64949 (or 0xD64949) is known color: Valencia. HEX triplet: D6, 49 and 49. RGB value is (214,73,73). Sum of RGB (Red+Green+Blue) = 214+73+73=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D64949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64949 is #29B6B6. Grayscale: #737373. Windows color (decimal): -2733751 or 4803030. OLE color: 4803030.

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

Color convert

RGB 214 73 73 -
CMYK 0 0.66 0.66 0.16
HSL 0.63% 0.56% -
HSV(B) 0.66% 0.84% -
XYZ 31.32 19.54 8.42 -
YUV 115.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 214 73 73 0 0.66 0.66 0.16 0 0.63 0.56
Hex D6 49 49 0 42 42 10 0 3F 38
Octal 326 111 111 0 102 102 20 0 77 70
Binary 11010110 1001001 1001001 0 1000010 1000010 10000 0 111111 111000

Color Harmonies of #D64949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64949

Black with #D64949

Text Example


Text Example

White with #D64949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64949; }

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

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

background-color css

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

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

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

border-color css

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

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

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