Html Css Color HEX #D65325 Chilean Fire

📋 copy color: '#D65325'

red 214 ◦ green 83 ◦ blue 37

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

Shades of Chilean Fire #D65325

Tints of Chilean Fire #D65325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 64.07%
G = 24.85%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D65325 (or 0xD65325) is known color: Chilean Fire. HEX triplet: D6, 53 and 25. RGB value is (214,83,37). Sum of RGB (Red+Green+Blue) = 214+83+37=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D65325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65325 is #29ACDA. Grayscale: #757575. Windows color (decimal): -2731227 or 2446294. OLE color: 2446294.

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

Color convert

RGB 214 83 37 -
CMYK 0 0.61 0.83 0.16
HSL 15.59º 0.71% 0.49% -
HSV(B) 15.59º 0.83% 0.84% -
XYZ 31.16 20.62 4.09 -
YUV 116.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 214 83 37 0 0.61 0.83 0.16 15.59 0.71 0.49
Hex D6 53 25 0 3D 53 10 10 47 31
Octal 326 123 45 0 75 123 20 20 107 61
Binary 11010110 1010011 100101 0 111101 1010011 10000 10000 1000111 110001

Color Harmonies of #D65325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65325

Black with #D65325

Text Example


Text Example

White with #D65325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65325; }

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

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

background-color css

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

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

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

border-color css

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

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

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