Html Css Color HEX #D65251 Valencia

📋 copy color: '#D65251'

red 214 ◦ green 82 ◦ blue 81

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

Shades of Valencia #D65251

Tints of Valencia #D65251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 56.76%
G = 21.75%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D65251 (or 0xD65251) is known color: Valencia. HEX triplet: D6, 52 and 51. RGB value is (214,82,81). Sum of RGB (Red+Green+Blue) = 214+82+81=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D65251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65251 is #29ADAE. Grayscale: #797979. Windows color (decimal): -2731439 or 5329622. OLE color: 5329622.

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

Color convert

RGB 214 82 81 -
CMYK 0 0.62 0.62 0.16
HSL 0.45º 0.62% 0.58% -
HSV(B) 0.45º 0.62% 0.84% -
XYZ 32.23 20.92 10.12 -
YUV 121.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 214 82 81 0 0.62 0.62 0.16 0.45 0.62 0.58
Hex D6 52 51 0 3E 3E 10 0 3E 3A
Octal 326 122 121 0 76 76 20 0 76 72
Binary 11010110 1010010 1010001 0 111110 111110 10000 0 111110 111010

Color Harmonies of #D65251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65251

Black with #D65251

Text Example


Text Example

White with #D65251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65251; }

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

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

background-color css

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

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

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

border-color css

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

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

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