Html Css Color HEX #D65145 Valencia

📋 copy color: '#D65145'

red 214 ◦ green 81 ◦ blue 69

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

Shades of Valencia #D65145

Tints of Valencia #D65145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

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

R = 58.79%
G = 22.25%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D65145 (or 0xD65145) is known color: Valencia. HEX triplet: D6, 51 and 45. RGB value is (214,81,69). Sum of RGB (Red+Green+Blue) = 214+81+69=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D65145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65145 is #29AEBA. Grayscale: #777777. Windows color (decimal): -2731707 or 4542934. OLE color: 4542934.

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

Color convert

RGB 214 81 69 -
CMYK 0 0.62 0.68 0.16
HSL 4.97º 0.64% 0.55% -
HSV(B) 4.97º 0.68% 0.84% -
XYZ 31.75 20.61 7.94 -
YUV 119.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 214 81 69 0 0.62 0.68 0.16 4.97 0.64 0.55
Hex D6 51 45 0 3E 44 10 5 40 37
Octal 326 121 105 0 76 104 20 5 100 67
Binary 11010110 1010001 1000101 0 111110 1000100 10000 101 1000000 110111

Color Harmonies of #D65145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65145

Black with #D65145

Text Example


Text Example

White with #D65145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65145; }

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

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

background-color css

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

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

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

border-color css

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

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

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