Html Css Color HEX #D5653A Chilean Fire

📋 copy color: '#D5653A'

red 213 ◦ green 101 ◦ blue 58

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

Shades of Chilean Fire #D5653A

Tints of Chilean Fire #D5653A

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 58 (23.05% from 255) = 15.59%

R = 57.26%
G = 27.15%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5653A (or 0xD5653A) is known color: Chilean Fire. HEX triplet: D5, 65 and 3A. RGB value is (213,101,58). Sum of RGB (Red+Green+Blue) = 213+101+58=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5653A is #2A9AC5. Grayscale: #818181. Windows color (decimal): -2792134 or 3827157. OLE color: 3827157.

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

Color convert

RGB 213 101 58 -
CMYK 0 0.53 0.73 0.16
HSL 16.65º 0.65% 0.53% -
HSV(B) 16.65º 0.73% 0.84% -
XYZ 32.86 23.76 6.86 -
YUV 129.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 213 101 58 0 0.53 0.73 0.16 16.65 0.65 0.53
Hex D5 65 3A 0 35 49 10 11 41 35
Octal 325 145 72 0 65 111 20 21 101 65
Binary 11010101 1100101 111010 0 110101 1001001 10000 10001 1000001 110101

Color Harmonies of #D5653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5653A

Black with #D5653A

Text Example


Text Example

White with #D5653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5653A; }

 p { color: rgb(213,101,58); }

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

background-color css

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

 a { background-color: rgb(213,101,58); }

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

border-color css

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

 span { border-color: rgb(213,101,58); }

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