Html Css Color HEX #D65937 Chilean Fire

📋 copy color: '#D65937'

red 214 ◦ green 89 ◦ blue 55

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

Shades of Chilean Fire #D65937

Tints of Chilean Fire #D65937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 55 (21.88% from 255) = 15.36%

R = 59.78%
G = 24.86%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D65937 (or 0xD65937) is known color: Chilean Fire. HEX triplet: D6, 59 and 37. RGB value is (214,89,55). Sum of RGB (Red+Green+Blue) = 214+89+55=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D65937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65937 is #29A6C8. Grayscale: #7A7A7A. Windows color (decimal): -2729673 or 3627478. OLE color: 3627478.

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

Color convert

RGB 214 89 55 -
CMYK 0 0.58 0.74 0.16
HSL 12.83º 0.66% 0.53% -
HSV(B) 12.83º 0.74% 0.84% -
XYZ 31.99 21.72 6.12 -
YUV 122.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 214 89 55 0 0.58 0.74 0.16 12.83 0.66 0.53
Hex D6 59 37 0 3A 4A 10 D 42 35
Octal 326 131 67 0 72 112 20 15 102 65
Binary 11010110 1011001 110111 0 111010 1001010 10000 1101 1000010 110101

Color Harmonies of #D65937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65937

Black with #D65937

Text Example


Text Example

White with #D65937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65937; }

 p { color: rgb(214,89,55); }

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

background-color css

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

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

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

border-color css

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

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

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