Html Css Color HEX #D65638 Chilean Fire

📋 copy color: '#D65638'

red 214 ◦ green 86 ◦ blue 56

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

Shades of Chilean Fire #D65638

Tints of Chilean Fire #D65638

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 60.11%
G = 24.16%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D65638 (or 0xD65638) is known color: Chilean Fire. HEX triplet: D6, 56 and 38. RGB value is (214,86,56). Sum of RGB (Red+Green+Blue) = 214+86+56=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D65638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65638 is #29A9C7. Grayscale: #797979. Windows color (decimal): -2730440 or 3692246. OLE color: 3692246.

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

Color convert

RGB 214 86 56 -
CMYK 0 0.60 0.74 0.16
HSL 11.39º 0.66% 0.53% -
HSV(B) 11.39º 0.74% 0.84% -
XYZ 31.77 21.24 6.17 -
YUV 120.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 214 86 56 0 0.60 0.74 0.16 11.39 0.66 0.53
Hex D6 56 38 0 3C 4A 10 B 42 35
Octal 326 126 70 0 74 112 20 13 102 65
Binary 11010110 1010110 111000 0 111100 1001010 10000 1011 1000010 110101

Color Harmonies of #D65638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65638

Black with #D65638

Text Example


Text Example

White with #D65638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65638; }

 p { color: rgb(214,86,56); }

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

background-color css

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

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

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

border-color css

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

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

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