Html Css Color HEX #D65050 Valencia

📋 copy color: '#D65050'

red 214 ◦ green 80 ◦ blue 80

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

Shades of Valencia #D65050

Tints of Valencia #D65050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 80 (31.64% from 255) = 21.39%

R = 57.22%
G = 21.39%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D65050 (or 0xD65050) is known color: Valencia. HEX triplet: D6, 50 and 50. RGB value is (214,80,80). Sum of RGB (Red+Green+Blue) = 214+80+80=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65050 is #29AFAF. Grayscale: #787878. Windows color (decimal): -2731952 or 5263574. OLE color: 5263574.

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

Color convert

RGB 214 80 80 -
CMYK 0 0.63 0.63 0.16
HSL 0.62% 0.58% -
HSV(B) 0.63% 0.84% -
XYZ 32.05 20.61 9.88 -
YUV 120.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 214 80 80 0 0.63 0.63 0.16 0 0.62 0.58
Hex D6 50 50 0 3F 3F 10 0 3E 3A
Octal 326 120 120 0 77 77 20 0 76 72
Binary 11010110 1010000 1010000 0 111111 111111 10000 0 111110 111010

Color Harmonies of #D65050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65050

Black with #D65050

Text Example


Text Example

White with #D65050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65050; }

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

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

background-color css

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

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

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

border-color css

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

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

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