Html Css Color HEX #D65523 Chilean Fire

📋 copy color: '#D65523'

red 214 ◦ green 85 ◦ blue 35

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

Shades of Chilean Fire #D65523

Tints of Chilean Fire #D65523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.48%

R = 64.07%
G = 25.45%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D65523 (or 0xD65523) is known color: Chilean Fire. HEX triplet: D6, 55 and 23. RGB value is (214,85,35). Sum of RGB (Red+Green+Blue) = 214+85+35=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D65523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65523 is #29AADC. Grayscale: #767676. Windows color (decimal): -2730717 or 2315734. OLE color: 2315734.

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

Color convert

RGB 214 85 35 -
CMYK 0 0.60 0.84 0.16
HSL 16.76º 0.72% 0.49% -
HSV(B) 16.76º 0.84% 0.84% -
XYZ 31.28 20.91 3.98 -
YUV 117.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 214 85 35 0 0.60 0.84 0.16 16.76 0.72 0.49
Hex D6 55 23 0 3C 54 10 11 48 31
Octal 326 125 43 0 74 124 20 21 110 61
Binary 11010110 1010101 100011 0 111100 1010100 10000 10001 1001000 110001

Color Harmonies of #D65523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65523

Black with #D65523

Text Example


Text Example

White with #D65523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65523; }

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

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

background-color css

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

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

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

border-color css

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

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

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