Html Css Color HEX #D65244 Valencia

📋 copy color: '#D65244'

red 214 ◦ green 82 ◦ blue 68

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

Shades of Valencia #D65244

Tints of Valencia #D65244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 58.79%
G = 22.53%
B = 18.68%

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

#D65244 (or 0xD65244) is known color: Valencia. HEX triplet: D6, 52 and 44. RGB value is (214,82,68). Sum of RGB (Red+Green+Blue) = 214+82+68=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D65244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65244 is #29ADBB. Grayscale: #787878. Windows color (decimal): -2731452 or 4477654. OLE color: 4477654.

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

Color convert

RGB 214 82 68 -
CMYK 0 0.62 0.68 0.16
HSL 5.75º 0.64% 0.55% -
HSV(B) 5.75º 0.68% 0.84% -
XYZ 31.79 20.75 7.8 -
YUV 119.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 214 82 68 0 0.62 0.68 0.16 5.75 0.64 0.55
Hex D6 52 44 0 3E 44 10 6 40 37
Octal 326 122 104 0 76 104 20 6 100 67
Binary 11010110 1010010 1000100 0 111110 1000100 10000 110 1000000 110111

Color Harmonies of #D65244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65244

Black with #D65244

Text Example


Text Example

White with #D65244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65244; }

 p { color: rgb(214,82,68); }

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

background-color css

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

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

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

border-color css

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

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

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