Html Css Color HEX #D65327 Chilean Fire

📋 copy color: '#D65327'

red 214 ◦ green 83 ◦ blue 39

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

Shades of Chilean Fire #D65327

Tints of Chilean Fire #D65327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 63.69%
G = 24.7%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D65327 (or 0xD65327) is known color: Chilean Fire. HEX triplet: D6, 53 and 27. RGB value is (214,83,39). Sum of RGB (Red+Green+Blue) = 214+83+39=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D65327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65327 is #29ACD8. Grayscale: #757575. Windows color (decimal): -2731225 or 2577366. OLE color: 2577366.

HSL color Cylindrical-coordinate representation of color #D65327: hue angle of 15.09º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D65327 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 39 -
CMYK 0 0.61 0.82 0.16
HSL 15.09º 0.69% 0.5% -
HSV(B) 15.09º 0.82% 0.84% -
XYZ 31.19 20.63 4.26 -
YUV 117.15 83.9 197.08 -
System Red Green Blue C M Y K H S L
Decimal 214 83 39 0 0.61 0.82 0.16 15.09 0.69 0.5
Hex D6 53 27 0 3D 52 10 F 45 32
Octal 326 123 47 0 75 122 20 17 105 62
Binary 11010110 1010011 100111 0 111101 1010010 10000 1111 1000101 110010

Color Harmonies of #D65327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65327

Black with #D65327

Text Example


Text Example

White with #D65327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65327; }

 p { color: rgb(214,83,39); }

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

background-color css

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

 a { background-color: rgb(214,83,39); }

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

border-color css

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

 span { border-color: rgb(214,83,39); }

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