Html Css Color HEX #D65539 Chilean Fire

📋 copy color: '#D65539'

red 214 ◦ green 85 ◦ blue 57

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

Shades of Chilean Fire #D65539

Tints of Chilean Fire #D65539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 60.11%
G = 23.88%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D65539 (or 0xD65539) is known color: Chilean Fire. HEX triplet: D6, 55 and 39. RGB value is (214,85,57). Sum of RGB (Red+Green+Blue) = 214+85+57=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D65539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65539 is #29AAC6. Grayscale: #787878. Windows color (decimal): -2730695 or 3757526. OLE color: 3757526.

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

Color convert

RGB 214 85 57 -
CMYK 0 0.60 0.73 0.16
HSL 10.7º 0.66% 0.53% -
HSV(B) 10.7º 0.73% 0.84% -
XYZ 31.72 21.09 6.27 -
YUV 120.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 214 85 57 0 0.60 0.73 0.16 10.7 0.66 0.53
Hex D6 55 39 0 3C 49 10 B 42 35
Octal 326 125 71 0 74 111 20 13 102 65
Binary 11010110 1010101 111001 0 111100 1001001 10000 1011 1000010 110101

Color Harmonies of #D65539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65539

Black with #D65539

Text Example


Text Example

White with #D65539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65539; }

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

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

background-color css

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

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

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

border-color css

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

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

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