Html Css Color HEX #D5643C Chilean Fire

📋 copy color: '#D5643C'

red 213 ◦ green 100 ◦ blue 60

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

Shades of Chilean Fire #D5643C

Tints of Chilean Fire #D5643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

 BLUE value IS 60 (23.83% from 255) = 16.09%

R = 57.1%
G = 26.81%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5643C (or 0xD5643C) is known color: Chilean Fire. HEX triplet: D5, 64 and 3C. RGB value is (213,100,60). Sum of RGB (Red+Green+Blue) = 213+100+60=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5643C is #2A9BC3. Grayscale: #818181. Windows color (decimal): -2792388 or 3957973. OLE color: 3957973.

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

Color convert

RGB 213 100 60 -
CMYK 0 0.53 0.72 0.16
HSL 15.69º 0.65% 0.54% -
HSV(B) 15.69º 0.72% 0.84% -
XYZ 32.81 23.59 7.1 -
YUV 129.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 213 100 60 0 0.53 0.72 0.16 15.69 0.65 0.54
Hex D5 64 3C 0 35 48 10 10 41 36
Octal 325 144 74 0 65 110 20 20 101 66
Binary 11010101 1100100 111100 0 110101 1001000 10000 10000 1000001 110110

Color Harmonies of #D5643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5643C

Black with #D5643C

Text Example


Text Example

White with #D5643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5643C; }

 p { color: rgb(213,100,60); }

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

background-color css

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

 a { background-color: rgb(213,100,60); }

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

border-color css

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

 span { border-color: rgb(213,100,60); }

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