Html Css Color HEX #D65242 Valencia

📋 copy color: '#D65242'

red 214 ◦ green 82 ◦ blue 66

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

Shades of Valencia #D65242

Tints of Valencia #D65242

RGB

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

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

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

R = 59.12%
G = 22.65%
B = 18.23%

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

#D65242 (or 0xD65242) is known color: Valencia. HEX triplet: D6, 52 and 42. RGB value is (214,82,66). Sum of RGB (Red+Green+Blue) = 214+82+66=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D65242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65242 is #29ADBD. Grayscale: #777777. Windows color (decimal): -2731454 or 4346582. OLE color: 4346582.

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

Color convert

RGB 214 82 66 -
CMYK 0 0.62 0.69 0.16
HSL 6.49º 0.64% 0.55% -
HSV(B) 6.49º 0.69% 0.84% -
XYZ 31.73 20.72 7.48 -
YUV 119.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 214 82 66 0 0.62 0.69 0.16 6.49 0.64 0.55
Hex D6 52 42 0 3E 45 10 6 40 37
Octal 326 122 102 0 76 105 20 6 100 67
Binary 11010110 1010010 1000010 0 111110 1000101 10000 110 1000000 110111

Color Harmonies of #D65242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65242

Black with #D65242

Text Example


Text Example

White with #D65242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65242; }

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

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

background-color css

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

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

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

border-color css

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

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

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