Html Css Color HEX #D64B46 Valencia

📋 copy color: '#D64B46'

red 214 ◦ green 75 ◦ blue 70

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

Shades of Valencia #D64B46

Tints of Valencia #D64B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 59.61%
G = 20.89%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D64B46 (or 0xD64B46) is known color: Valencia. HEX triplet: D6, 4B and 46. RGB value is (214,75,70). Sum of RGB (Red+Green+Blue) = 214+75+70=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B46 is #29B4B9. Grayscale: #747474. Windows color (decimal): -2733242 or 4606934. OLE color: 4606934.

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

Color convert

RGB 214 75 70 -
CMYK 0 0.65 0.67 0.16
HSL 2.08º 0.64% 0.56% -
HSV(B) 2.08º 0.67% 0.84% -
XYZ 31.35 19.77 7.96 -
YUV 115.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 214 75 70 0 0.65 0.67 0.16 2.08 0.64 0.56
Hex D6 4B 46 0 41 43 10 2 40 38
Octal 326 113 106 0 101 103 20 2 100 70
Binary 11010110 1001011 1000110 0 1000001 1000011 10000 10 1000000 111000

Color Harmonies of #D64B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B46

Black with #D64B46

Text Example


Text Example

White with #D64B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B46; }

 p { color: rgb(214,75,70); }

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

background-color css

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

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

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

border-color css

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

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

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