Html Css Color HEX #D65142 Valencia

📋 copy color: '#D65142'

red 214 ◦ green 81 ◦ blue 66

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

Shades of Valencia #D65142

Tints of Valencia #D65142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 59.28%
G = 22.44%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D65142 (or 0xD65142) is known color: Valencia. HEX triplet: D6, 51 and 42. RGB value is (214,81,66). Sum of RGB (Red+Green+Blue) = 214+81+66=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D65142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65142 is #29AEBD. Grayscale: #777777. Windows color (decimal): -2731710 or 4346326. OLE color: 4346326.

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

Color convert

RGB 214 81 66 -
CMYK 0 0.62 0.69 0.16
HSL 6.08º 0.64% 0.55% -
HSV(B) 6.08º 0.69% 0.84% -
XYZ 31.66 20.57 7.46 -
YUV 119.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 214 81 66 0 0.62 0.69 0.16 6.08 0.64 0.55
Hex D6 51 42 0 3E 45 10 6 40 37
Octal 326 121 102 0 76 105 20 6 100 67
Binary 11010110 1010001 1000010 0 111110 1000101 10000 110 1000000 110111

Color Harmonies of #D65142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65142

Black with #D65142

Text Example


Text Example

White with #D65142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65142; }

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

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

background-color css

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

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

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

border-color css

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

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

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