Html Css Color HEX #D65537 Chilean Fire

📋 copy color: '#D65537'

red 214 ◦ green 85 ◦ blue 55

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

Shades of Chilean Fire #D65537

Tints of Chilean Fire #D65537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

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

R = 60.45%
G = 24.01%
B = 15.54%

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

#D65537 (or 0xD65537) is known color: Chilean Fire. HEX triplet: D6, 55 and 37. RGB value is (214,85,55). Sum of RGB (Red+Green+Blue) = 214+85+55=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D65537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65537 is #29AAC8. Grayscale: #787878. Windows color (decimal): -2730697 or 3626454. OLE color: 3626454.

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

Color convert

RGB 214 85 55 -
CMYK 0 0.60 0.74 0.16
HSL 11.32º 0.66% 0.53% -
HSV(B) 11.32º 0.74% 0.84% -
XYZ 31.67 21.07 6.01 -
YUV 120.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 214 85 55 0 0.60 0.74 0.16 11.32 0.66 0.53
Hex D6 55 37 0 3C 4A 10 B 42 35
Octal 326 125 67 0 74 112 20 13 102 65
Binary 11010110 1010101 110111 0 111100 1001010 10000 1011 1000010 110101

Color Harmonies of #D65537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65537

Black with #D65537

Text Example


Text Example

White with #D65537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65537; }

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

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

background-color css

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

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

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

border-color css

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

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

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