Html Css Color HEX #D64B45 Valencia

📋 copy color: '#D64B45'

red 214 ◦ green 75 ◦ blue 69

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

Shades of Valencia #D64B45

Tints of Valencia #D64B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 59.78%
G = 20.95%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D64B45 (or 0xD64B45) is known color: Valencia. HEX triplet: D6, 4B and 45. RGB value is (214,75,69). Sum of RGB (Red+Green+Blue) = 214+75+69=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B45 is #29B4BA. Grayscale: #747474. Windows color (decimal): -2733243 or 4541398. OLE color: 4541398.

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

Color convert

RGB 214 75 69 -
CMYK 0 0.65 0.68 0.16
HSL 2.48º 0.64% 0.55% -
HSV(B) 2.48º 0.68% 0.84% -
XYZ 31.32 19.76 7.79 -
YUV 115.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 214 75 69 0 0.65 0.68 0.16 2.48 0.64 0.55
Hex D6 4B 45 0 41 44 10 2 40 37
Octal 326 113 105 0 101 104 20 2 100 67
Binary 11010110 1001011 1000101 0 1000001 1000100 10000 10 1000000 110111

Color Harmonies of #D64B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B45

Black with #D64B45

Text Example


Text Example

White with #D64B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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