Html Css Color HEX #D65939 Chilean Fire

📋 copy color: '#D65939'

red 214 ◦ green 89 ◦ blue 57

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

Shades of Chilean Fire #D65939

Tints of Chilean Fire #D65939

RGB

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

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

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

R = 59.44%
G = 24.72%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D65939 (or 0xD65939) is known color: Chilean Fire. HEX triplet: D6, 59 and 39. RGB value is (214,89,57). Sum of RGB (Red+Green+Blue) = 214+89+57=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D65939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65939 is #29A6C6. Grayscale: #7A7A7A. Windows color (decimal): -2729671 or 3758550. OLE color: 3758550.

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

Color convert

RGB 214 89 57 -
CMYK 0 0.58 0.73 0.16
HSL 12.23º 0.66% 0.53% -
HSV(B) 12.23º 0.73% 0.84% -
XYZ 32.04 21.74 6.38 -
YUV 122.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 214 89 57 0 0.58 0.73 0.16 12.23 0.66 0.53
Hex D6 59 39 0 3A 49 10 C 42 35
Octal 326 131 71 0 72 111 20 14 102 65
Binary 11010110 1011001 111001 0 111010 1001001 10000 1100 1000010 110101

Color Harmonies of #D65939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65939

Black with #D65939

Text Example


Text Example

White with #D65939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65939; }

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

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

background-color css

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

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

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

border-color css

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

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

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